diff options
Diffstat (limited to 'gcc/java/keyword.h')
-rw-r--r-- | gcc/java/keyword.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/java/keyword.h b/gcc/java/keyword.h index 73f01e5..051f8b3 100644 --- a/gcc/java/keyword.h +++ b/gcc/java/keyword.h @@ -26,6 +26,14 @@ of Sun Microsystems, Inc. in the United States and other countries. The Free Software Foundation is independent of Sun Microsystems, Inc. */ struct java_keyword { const char *name; int token; }; +#ifdef __GNUC__ +__inline +#endif +static unsigned int hash PARAMS ((const char *, unsigned int)); +#ifdef __GNUC__ +__inline +#endif +struct java_keyword *java_keyword PARAMS ((const char *, unsigned int)); #define TOTAL_KEYWORDS 50 #define MIN_WORD_LENGTH 2 |