]> git.saurik.com Git - bison.git/blobdiff - tests/headers.at
For push mode, convert yyparse from a macro to a function, invoke yylex
[bison.git] / tests / headers.at
index 4a4a72e3944685b2c35504b23e269e26613c1113..6b17017083296542be19427363e4542a6ce4fbbc 100644 (file)
@@ -94,9 +94,7 @@ AT_DATA_GRAMMAR([input.y],
 #include <stdio.h>
 #include <stdlib.h>
 
-int my_lex (void);
-
-int
+static int
 my_lex (void)
 {
   return EOF;
@@ -122,8 +120,6 @@ YYLTYPE *my_llocp = &my_lloc;
 
 #ifndef YYPUSH_DECLS
 int my_parse (void);
-#else
-int my_lex (void);
 #endif
 
 int