X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgl_anyrbtree_list1.h;h=0838d9de65eadb886cd816c8c5020ac8bc9e5e88;hb=b344de996cd51f8a2f2558a3172016b64d99c622;hp=fcd1474ea221e6a6bb67f1edc2e23975a0780155;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/gl_anyrbtree_list1.h b/lib/gl_anyrbtree_list1.h index fcd1474ea..0838d9de6 100644 --- a/lib/gl_anyrbtree_list1.h +++ b/lib/gl_anyrbtree_list1.h @@ -1,5 +1,5 @@ /* Sequential list data type implemented by a binary tree. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify @@ -51,7 +51,7 @@ struct gl_list_node_impl struct gl_list_node_impl *parent; color_t color; /* node's color */ size_t branch_size; /* number of nodes in this branch, - = branchsize(left)+branchsize(right)+1 */ + = branchsize(left)+branchsize(right)+1 */ const void *value; };