From 0e4abdfd81e11c2bb8793a4f8d7c7636b948bad9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 31 Mar 2007 15:16:05 +0000 Subject: Change generated code after the meaning of __inline is changed in GCC 4.3. --- tests/chill.exp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/chill.exp') 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) -- cgit v1.2.1