2007-10-03 Pierre Muller <muller@ics.u-strasbg.fr>
authorPierre Muller <muller@sourceware.org>
Fri, 5 Oct 2007 06:46:05 +0000 (06:46 +0000)
committerPierre Muller <muller@sourceware.org>
Fri, 5 Oct 2007 06:46:05 +0000 (06:46 +0000)
* objc-exp.y: ARI fix: remove 4 PARAMS.

gdb/ChangeLog
gdb/objc-exp.y

index 2668f75..7659f8e 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-03  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * objc-exp.y: ARI fix: remove 4 PARAMS. 
+
+
 2007-10-03  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * NEWS: Use uniform spacing.  Correct version number for GDB 6.7
index d12a6c2..a356493 100644 (file)
 #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