1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Change generated code after the meaning of __inline is changed in GCC 4.3.

This commit is contained in:
Bruno Haible
2007-03-31 15:16:05 +00:00
parent 89f5335289
commit 0e4abdfd81
17 changed files with 66 additions and 1 deletions

View File

@@ -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)