summaryrefslogtreecommitdiff
path: root/tests/languages.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/languages.exp')
-rw-r--r--tests/languages.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/languages.exp b/tests/languages.exp
index fa27dc8..aee3ce8 100644
--- a/tests/languages.exp
+++ b/tests/languages.exp
@@ -1462,7 +1462,7 @@ static const struct language wordlist[] =
#ifdef __GNUC__
__inline
-#ifdef __GNUC_STDC_INLINE__
+#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__
__attribute__ ((__gnu_inline__))
#endif
#endif