summaryrefslogtreecommitdiff
path: root/upb/upb.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/upb.h')
-rw-r--r--upb/upb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/upb/upb.h b/upb/upb.h
index 633fd00..c826e17 100644
--- a/upb/upb.h
+++ b/upb/upb.h
@@ -106,8 +106,8 @@ enum upb_wire_type {
typedef uint8_t upb_fieldtype_t;
// For referencing the type constants tersely.
-#define UPB_TYPE(type) GOOGLE_PROTOBUF_FIELDDESCRIPTORPROTO_TYPE_ ## type
-#define UPB_LABEL(type) GOOGLE_PROTOBUF_FIELDDESCRIPTORPROTO_LABEL_ ## type
+#define UPB_TYPE(type) GOOGLE_PROTOBUF_FIELDDESCRIPTORPROTO_TYPE_TYPE_ ## type
+#define UPB_LABEL(type) GOOGLE_PROTOBUF_FIELDDESCRIPTORPROTO_LABEL_LABEL_ ## type
// Info for a given field type.
typedef struct {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback