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