From 57abebaaf902436f8de8e50f7054c25b391067ac Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 31 Jul 2011 15:39:19 -0700 Subject: Fixed "make descriptorgen". --- upb/upb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'upb/upb.h') 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 { -- cgit v1.2.3