fixed #5 (again)
This commit is contained in:
parent
d2bb4ad4f2
commit
ed0b02ecfa
|
@ -3,6 +3,10 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "picrin.h"
|
||||
|
||||
/* Guts! bison3 seems emit prototype declaration of yyparse in y.tab.h... */
|
||||
struct parser_control;
|
||||
|
||||
#include "y.tab.h"
|
||||
|
||||
#define YY_DECL int yylex_(YYSTYPE *yylvalp, yyscan_t yyscanner)
|
||||
|
|
Loading…
Reference in New Issue