OSDN Git Service

PR java/19742:
[pf3gnuchains/gcc-fork.git] / gcc / java / keyword.gperf
index 0902482..4127588 100644 (file)
@@ -30,11 +30,11 @@ struct java_keyword { const char *const name; const int token; };
 #ifdef __GNUC__
 __inline
 #endif
-static unsigned int hash               PARAMS ((const char *, unsigned int));
+static unsigned int hash (const char *, unsigned int);
 #ifdef __GNUC__
 __inline
 #endif
-const struct java_keyword *java_keyword        PARAMS ((const char *, unsigned int));
+const struct java_keyword *java_keyword (const char *, unsigned int);
 %%
 abstract, ABSTRACT_TK
 default, DEFAULT_TK