summaryrefslogtreecommitdiff
path: root/upb_parse.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-06-15 16:07:08 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-06-15 16:07:08 -0700
commitbc717d84023eadd0fe94668f4034e4a09e4be9c9 (patch)
tree096101da08c88808df5e8431ded8f47fde0a47a3 /upb_parse.c
parentccca4d71360776f5589312525b2397c84ad0096d (diff)
Implement inlining that works with both C99 and all versions of GCC.
Diffstat (limited to 'upb_parse.c')
-rw-r--r--upb_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb_parse.c b/upb_parse.c
index 458876e..3dac5eb 100644
--- a/upb_parse.c
+++ b/upb_parse.c
@@ -4,6 +4,7 @@
* Copyright (c) 2008-2009 Joshua Haberman. See LICENSE for details.
*/
+#define INLINE
#include "upb_parse.h"
#include <assert.h>
@@ -262,4 +263,3 @@ upb_status_t upb_parse_value(uint8_t **b, upb_field_type_t ft,
}
#undef CASE
}
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback