summaryrefslogtreecommitdiff
path: root/tests/gpc.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gpc.exp')
-rw-r--r--tests/gpc.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/gpc.exp b/tests/gpc.exp
index 1b48421..e754a27 100644
--- a/tests/gpc.exp
+++ b/tests/gpc.exp
@@ -94,6 +94,9 @@ hash (str, len)
#ifdef __GNUC__
__inline
+#ifdef __GNUC_STDC_INLINE__
+__attribute__ ((__gnu_inline__))
+#endif
#endif
struct resword *
is_reserved_word (str, len)