summaryrefslogtreecommitdiff
path: root/lib/gl_anytree_list1.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-10-05 12:45:16 +0000
committerBruno Haible <bruno@clisp.org>2006-10-05 12:45:16 +0000
commit407400d9367b16a628b57b2d9b8565bb5a08ffae (patch)
tree488485b5ff827d80b27bf5a8c04f53b82dba4ad3 /lib/gl_anytree_list1.h
parentb308a020b78bf5b76dac9dd70fe03d11f96ce3c7 (diff)
downloadgnulib-407400d9367b16a628b57b2d9b8565bb5a08ffae.tar.gz
Add searching operations, limited to a subsequence of the list.
Diffstat (limited to 'lib/gl_anytree_list1.h')
-rw-r--r--lib/gl_anytree_list1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gl_anytree_list1.h b/lib/gl_anytree_list1.h
index cfc0008469..3f6af8faaa 100644
--- a/lib/gl_anytree_list1.h
+++ b/lib/gl_anytree_list1.h
@@ -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. */