summaryrefslogtreecommitdiff
path: root/tests/charsets.exp
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-09-09 02:05:32 +0000
committerBruno Haible <bruno@clisp.org>2007-09-09 02:05:32 +0000
commitfc599936bd0c63b02544482453756917eb91ef8f (patch)
tree45675507ed53f43b8256c07c6df6d1b7eac364c0 /tests/charsets.exp
parent597eaaa4ab1ca547355707ba451780d16999e2ad (diff)
downloadgperf-fc599936bd0c63b02544482453756917eb91ef8f.tar.gz
Change generated code to avoid a warning by GCC 4.2.
Diffstat (limited to 'tests/charsets.exp')
-rw-r--r--tests/charsets.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/charsets.exp b/tests/charsets.exp
index bfbf056..86a959c 100644
--- a/tests/charsets.exp
+++ b/tests/charsets.exp
@@ -1805,7 +1805,7 @@ static const struct charset wordlist[] =
#ifdef __GNUC__
__inline
-#ifdef __GNUC_STDC_INLINE__
+#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__
__attribute__ ((__gnu_inline__))
#endif
#endif