* src/ltlparse/ltlscan.ll: Mark as non-interactive.

This commit is contained in:
Alexandre Duret-Lutz 2014-11-25 21:46:27 +01:00
parent 2a71517f5c
commit 5b5c5edcf8

View file

@ -24,6 +24,7 @@
%option prefix="ltlyy"
%option outfile="lex.yy.c"
%option stack
%option never-interactive
%{
#include <cstdlib>