* src/ltlparse/ltlscan.ll: Mark as non-interactive.
This commit is contained in:
parent
2a71517f5c
commit
5b5c5edcf8
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
%option prefix="ltlyy"
|
||||
%option outfile="lex.yy.c"
|
||||
%option stack
|
||||
%option never-interactive
|
||||
|
||||
%{
|
||||
#include <cstdlib>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue