Fix ARI warning about function names in first column.
[deliverable/binutils-gdb.git] / gdb / objc-exp.y
index c1e26321b4607144d2a0e6a441d933d174b9fefe..d2f193a97b92ffdcc92c4f191c436ca11e49515d 100644 (file)
 #define        YYDEBUG 0               /* Default to no yydebug support.  */
 #endif
 
-int
-yyparse (void);
+int yyparse (void);
 
-static int
-yylex (void);
+static int yylex (void);
 
-void
-yyerror (char *);
+void yyerror (char *);
 
 %}
 
@@ -150,8 +147,7 @@ yyerror (char *);
 
 %{
 /* YYSTYPE gets defined by %union.  */
-static int
-parse_number (char *, int, int, YYSTYPE *);
+static int parse_number (char *, int, int, YYSTYPE *);
 %}
 
 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly
This page took 0.023964 seconds and 4 git commands to generate.