]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/c-exp.y
PARAMS removal.
[thirdparty/binutils-gdb.git] / gdb / c-exp.y
index 377f92a9fb1d6a79bbacbca96bea0436a40b3e4b..a52416f48f9ea39d3b9232f666ac4eef8ad3fa8a 100644 (file)
@@ -102,14 +102,11 @@ extern int hp_som_som_object_present;
 #define        YYDEBUG 0               /* Default to no yydebug support */
 #endif
 
-int
-yyparse PARAMS ((void));
+int yyparse (void);
 
-static int
-yylex PARAMS ((void));
+static int yylex (void);
 
-void
-yyerror PARAMS ((char *));
+void yyerror (char *);
 
 %}
 
@@ -144,8 +141,7 @@ yyerror PARAMS ((char *));
 
 %{
 /* YYSTYPE gets defined by %union */
-static int
-parse_number PARAMS ((char *, int, int, YYSTYPE *));
+static int parse_number (char *, int, int, YYSTYPE *);
 %}
 
 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly