summaryrefslogtreecommitdiff
path: root/src/upb_def.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-01-16 09:00:59 -0800
committerJoshua Haberman <joshua@reverberate.org>2010-01-16 09:00:59 -0800
commit611afe9c6928ea814abd37c4b3cc2869a6ed5efd (patch)
tree9b57805cb619014a411d0504a57e2dd5d1e0c9de /src/upb_def.h
parentd5566c6038845e505f7c16130b2368ef9bb3a373 (diff)
Removed union tag from types.
Diffstat (limited to 'src/upb_def.h')
-rw-r--r--src/upb_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_def.h b/src/upb_def.h
index ac17a6f..25c7ff6 100644
--- a/src/upb_def.h
+++ b/src/upb_def.h
@@ -91,7 +91,7 @@ typedef struct _upb_fielddef {
upb_label_t label;
upb_field_number_t number;
upb_strptr name;
- union upb_value default_value;
+ upb_value default_value;
// These are set only when this fielddef is part of a msgdef.
uint32_t byte_offset; // Where in a upb_msg to find the data.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback