diff options
Diffstat (limited to 'gcc/java/parse-scan.y')
-rw-r--r-- | gcc/java/parse-scan.y | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gcc/java/parse-scan.y b/gcc/java/parse-scan.y index 4fb83ed..2411b11 100644 --- a/gcc/java/parse-scan.y +++ b/gcc/java/parse-scan.y @@ -116,15 +116,15 @@ struct method_declarator { } /* Two actions for this grammar */ -static int make_class_name_recursive PARAMS ((struct obstack *stack, - struct class_context *ctx)); -static char *get_class_name PARAMS ((void)); -static void report_class_declaration PARAMS ((const char *)); -static void report_main_declaration PARAMS ((struct method_declarator *)); -static void push_class_context PARAMS ((const char *)); -static void pop_class_context PARAMS ((void)); - -void report PARAMS ((void)); +static int make_class_name_recursive (struct obstack *stack, + struct class_context *ctx); +static char *get_class_name (void); +static void report_class_declaration (const char *); +static void report_main_declaration (struct method_declarator *); +static void push_class_context (const char *); +static void pop_class_context (void); + +void report (void); #include "lex.h" #include "parse.h" |