emit additional scanner header file

This commit is contained in:
Yuichi Nishiwaki 2014-02-28 22:38:12 +09:00
parent e781a063f8
commit 513727f94c
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
bin/*
src/lex.yy.c
src/lex.yy.h
src/y.tab.c
src/y.tab.h
lib/*

View File

@ -30,6 +30,7 @@
%option noinput
%option nounput
%option extra-type="struct parser_control *"
%option header-file="lex.yy.h"
%option never-interactive
/* comment */