removed dependency of unistd.h from lexer
This commit is contained in:
parent
501f6f1602
commit
d673d1de0a
|
@ -12,6 +12,9 @@
|
|||
%option nounput
|
||||
%option noinput
|
||||
|
||||
/* prevent depency of unistd.h */
|
||||
%option nounistd
|
||||
|
||||
%%
|
||||
"\n" yyLineNumber++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue