summaryrefslogtreecommitdiff
path: root/upb_table.h
diff options
context:
space:
mode:
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