fixed #5 (again)

This commit is contained in:
Yuichi Nishiwaki 2013-11-18 20:38:03 +09:00
parent d2bb4ad4f2
commit ed0b02ecfa
1 changed files with 4 additions and 0 deletions

View File

@ -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)