aboutsummaryrefslogtreecommitdiff
path: root/gdb/objc-exp.y
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/objc-exp.y')
-rw-r--r--gdb/objc-exp.y8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/objc-exp.y b/gdb/objc-exp.y
index d12a6c2..a356493 100644
--- a/gdb/objc-exp.y
+++ b/gdb/objc-exp.y
@@ -108,13 +108,13 @@
#endif
int
-yyparse PARAMS ((void));
+yyparse (void);
static int
-yylex PARAMS ((void));
+yylex (void);
void
-yyerror PARAMS ((char *));
+yyerror (char *);
%}
@@ -151,7 +151,7 @@ yyerror PARAMS ((char *));
%{
/* YYSTYPE gets defined by %union. */
static int
-parse_number PARAMS ((char *, int, int, YYSTYPE *));
+parse_number (char *, int, int, YYSTYPE *);
%}
%type <voidval> exp exp1 type_exp start variable qualified_name lcurly