summaryrefslogtreecommitdiff
path: root/src/upb_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_msg.h')
-rw-r--r--src/upb_msg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/upb_msg.h b/src/upb_msg.h
index 468af24..1e0a176 100644
--- a/src/upb_msg.h
+++ b/src/upb_msg.h
@@ -280,8 +280,9 @@ typedef struct {
} upb_msgpopulator_frame;
typedef struct {
- upb_msgpopulator_frame stack[UPB_MAX_NESTING], *top, *limit;
+ upb_msgpopulator_frame *top, *limit;
upb_status status;
+ upb_msgpopulator_frame stack[UPB_MAX_NESTING];
} upb_msgpopulator;
void upb_msgpopulator_init(upb_msgpopulator *p);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback