summaryrefslogtreecommitdiff
path: root/upb_table.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-06 14:11:08 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-06 14:11:08 -0700
commitb94a9f2101683888218cbf4de9be2139b3816403 (patch)
tree6e809837bb18bc74279e41d239173f75cdbe1412 /upb_table.h
parent5235966ed5f369969c6ba0a558453ff22097a722 (diff)
More documentation, tidying up, etc.
Diffstat (limited to 'upb_table.h')
-rw-r--r--upb_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb_table.h b/upb_table.h
index a5da0f2..8eec03c 100644
--- a/upb_table.h
+++ b/upb_table.h
@@ -23,6 +23,7 @@
extern "C" {
#endif
+/* Note: the key cannot be zero! Zero is used by the implementation. */
typedef uint32_t upb_inttable_key_t;
#define UPB_END_OF_CHAIN (uint32_t)0
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback