aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/keyword.gperf
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/keyword.gperf')
-rw-r--r--gcc/java/keyword.gperf8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/java/keyword.gperf b/gcc/java/keyword.gperf
index 0e05876..c8492a2 100644
--- a/gcc/java/keyword.gperf
+++ b/gcc/java/keyword.gperf
@@ -26,6 +26,14 @@ 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));
%%
abstract, ABSTRACT_TK
default, DEFAULT_TK