summaryrefslogtreecommitdiff
path: root/upb/handlers-inl.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-14 11:35:49 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-14 11:35:49 -0700
commit4451b790bd911743d2d4ee8783fe1bb93c2f4c54 (patch)
tree44de7967585cc9e1ea58e33b5c020ced0cab644b /upb/handlers-inl.h
parente04216eb0fb70cbd1371a942aaeaf90b1f1b5cd8 (diff)
More Blaze fixes.
Diffstat (limited to 'upb/handlers-inl.h')
-rw-r--r--upb/handlers-inl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/upb/handlers-inl.h b/upb/handlers-inl.h
index 40a0047..8f8634b 100644
--- a/upb/handlers-inl.h
+++ b/upb/handlers-inl.h
@@ -10,6 +10,8 @@
#include <stddef.h>
#include "upb/handlers.h"
+#include "upb/port_def.inc"
+
#ifdef __cplusplus
/* Type detection and typedefs for integer types.
@@ -916,4 +918,6 @@ inline void Handler<T>::AddCleanup(upb_handlers* h) const {
#undef UPB_INT64ALT_T
#undef UPB_UINT64ALT_T
+#include "upb/port_undef.inc"
+
#endif /* UPB_HANDLERS_INL_H_ */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback