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

Change generated code to avoid a warning by GCC 4.2.

This commit is contained in:
Bruno Haible
2007-09-09 02:05:32 +00:00
parent 597eaaa4ab
commit fc599936bd
16 changed files with 35 additions and 16 deletions

View File

@@ -84,7 +84,7 @@ hash (str, len)
#ifdef __GNUC__
__inline
#ifdef __GNUC_STDC_INLINE__
#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__
__attribute__ ((__gnu_inline__))
#endif
#endif