summaryrefslogtreecommitdiff
path: root/upb_msg.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-06 10:37:36 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-06 10:37:36 -0700
commitdd2094537ad4316ddd42b10bca291f8d2e712de1 (patch)
treebcb93f4fa2f18231dc97af27e36438a286fab0cf /upb_msg.h
parent907e3d7cd2b97c89dadfcda712f95c07212e5a67 (diff)
Compiler now generates correct header files (with structures alone).
Diffstat (limited to 'upb_msg.h')
-rw-r--r--upb_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb_msg.h b/upb_msg.h
index 9e37a19..ce32783 100644
--- a/upb_msg.h
+++ b/upb_msg.h
@@ -152,7 +152,7 @@ struct upb_array {
/* These are all overlays on upb_array, pointers between them can be cast. */
#define UPB_DEFINE_ARRAY_TYPE(name, type) \
- struct upb_ ## name ## _array { \
+ struct name ## _array { \
type *elements; \
uint32_t len; \
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback