From bc717d84023eadd0fe94668f4034e4a09e4be9c9 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Mon, 15 Jun 2009 16:07:08 -0700 Subject: Implement inlining that works with both C99 and all versions of GCC. --- upb_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb_parse.c') 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 @@ -262,4 +263,3 @@ upb_status_t upb_parse_value(uint8_t **b, upb_field_type_t ft, } #undef CASE } - -- cgit v1.2.3