summaryrefslogtreecommitdiff
path: root/upb/bytestream.upb.h
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2013-05-28 13:44:50 -0700
committerJosh Haberman <jhaberman@gmail.com>2013-05-28 13:44:50 -0700
commitbada1e94f472e7507a97e7565369841b3d25c9b0 (patch)
tree1fe0882b497206db03e21eb87c975d5e400fe097 /upb/bytestream.upb.h
parentee3a3191cda5faae5dcc9cd1526292c57f2be343 (diff)
Merge from Google-internal development.
- Better error reporting for upb::Def setters. - error reporting for upb::Handlers setters. - made the start/endmsg handlers a little less special-cased.
Diffstat (limited to 'upb/bytestream.upb.h')
-rw-r--r--upb/bytestream.upb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/upb/bytestream.upb.h b/upb/bytestream.upb.h
index 304c426..0c6969b 100644
--- a/upb/bytestream.upb.h
+++ b/upb/bytestream.upb.h
@@ -26,9 +26,9 @@ extern const upb_enumdef upb_bytestream_enums[0];
#define UPB_BYTESTREAM &upb_bytestream_msgs[0]
// Selector definitions.
-#define UPB_BYTESTREAM_BYTES_ENDSTR 2
-#define UPB_BYTESTREAM_BYTES_STRING 0
-#define UPB_BYTESTREAM_BYTES_STARTSTR 1
+#define UPB_BYTESTREAM_BYTES_ENDSTR 4
+#define UPB_BYTESTREAM_BYTES_STRING 2
+#define UPB_BYTESTREAM_BYTES_STARTSTR 3
#ifdef __cplusplus
}; // extern "C"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback