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:
@@ -103,6 +103,9 @@ hash (str, len)
|
||||
|
||||
#ifdef __GNUC__
|
||||
__inline
|
||||
#ifdef __GNUC_STDC_INLINE__
|
||||
__attribute__ ((__gnu_inline__))
|
||||
#endif
|
||||
#endif
|
||||
struct resword *
|
||||
is_reserved_word (str, len)
|
||||
|
||||
Reference in New Issue
Block a user