2007-08-06 Simon Josefsson <simon@josefsson.org>
[gnulib.git] / lib / gl_anytree_list1.h
index cfc0008..3f6af8f 100644 (file)
@@ -23,7 +23,7 @@
 typedef struct
 {
   gl_list_node_t node;
-  bool rightp;
+  size_t rightp;
 } iterstack_item_t;
 
 /* A stack used for iterating across the elements.  */