no unistd.h in lex.yy.c

This commit is contained in:
Yuichi Nishiwaki 2014-03-19 17:35:54 +09:00
parent 04375c3056
commit 41a3e17904
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
#define yylval (yyextra->yylval)
#define YY_NO_UNISTD_H
/* NOTE:
* An internal function `yy_fatal_error` takes yyscanner for its second
* argument but doesn't use it. This invokes a `unused variable` compiler