X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9e408f848dcecd5f9f53fe79ae09ab2237d53252..42f8609bbd033edf6cca102ca080eade94ed08ef:/src/scan-gram.l?ds=sidebyside diff --git a/src/scan-gram.l b/src/scan-gram.l index 697f52f0..13308bbe 100644 --- a/src/scan-gram.l +++ b/src/scan-gram.l @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -%option debug nodefault nounput noyywrap never-interactive +%option debug nodefault noinput nounput noyywrap never-interactive %option prefix="gram_" outfile="lex.yy.c" %{