summaryrefslogtreecommitdiff
path: root/upb/table.int.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/table.int.h')
-rw-r--r--upb/table.int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/upb/table.int.h b/upb/table.int.h
index e851e90..e27fb01 100644
--- a/upb/table.int.h
+++ b/upb/table.int.h
@@ -207,6 +207,9 @@ typedef struct {
#define UPB_STRTABLE_INIT(count, mask, ctype, size_lg2, entries) \
{{count, mask, ctype, size_lg2, entries}}
+#define UPB_EMPTY_STRTABLE_INIT(ctype) \
+ UPB_STRTABLE_INIT(0, 0, ctype, 0, NULL)
+
typedef struct {
upb_table t; // For entries that don't fit in the array part.
const _upb_value *array; // Array part of the table. See const note above.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback