emit additional scanner header file
This commit is contained in:
parent
e781a063f8
commit
513727f94c
|
@ -1,5 +1,6 @@
|
|||
bin/*
|
||||
src/lex.yy.c
|
||||
src/lex.yy.h
|
||||
src/y.tab.c
|
||||
src/y.tab.h
|
||||
lib/*
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
%option noinput
|
||||
%option nounput
|
||||
%option extra-type="struct parser_control *"
|
||||
%option header-file="lex.yy.h"
|
||||
%option never-interactive
|
||||
|
||||
/* comment */
|
||||
|
|
Loading…
Reference in New Issue