summaryrefslogtreecommitdiff
path: root/tests/c-parse.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/c-parse.exp')
-rw-r--r--tests/c-parse.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/c-parse.exp b/tests/c-parse.exp
index 1388af9..d2bccc7 100644
--- a/tests/c-parse.exp
+++ b/tests/c-parse.exp
@@ -199,6 +199,9 @@ static struct resword wordlist[] =
#ifdef __GNUC__
__inline
+#ifdef __GNUC_STDC_INLINE__
+__attribute__ ((__gnu_inline__))
+#endif
#endif
struct resword *
is_reserved_word (str, len)