#include <stdio.h>
#include <stdlib.h>
-int my_lex (void);
-
-int
+static int
my_lex (void)
{
return EOF;
[[#include "input.h"
YYLTYPE *my_llocp = &my_lloc;
-#ifndef YYPUSH_DECLS
int my_parse (void);
-#else
-int my_lex (void);
-#endif
int
main (void)