%{
static void yyerror (const char *s);
-int yylex (void);
+static int yylex (void);
%}
%type <ival> '@<:@'
return res;
}
-int
+static int
yylex (void)
{
static char const input[] = "@<:@\1\2$@{@oline@__@&t@oline__\
#ifndef YYPUSH_DECLS
int yyparse (void);
-#else
-int yylex (void);
#endif
int