From a1fefd08e2722d93b6f776baa817e2d0d1044ee2 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 10 Apr 2010 13:26:14 +0200 Subject: Add more flex options, document requirement. --- rcfile_l.l | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/rcfile_l.l b/rcfile_l.l index 8dcd8af1..d40648d5 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -1,7 +1,7 @@ %{ /* - * rcfile_l.l -- lexer for the run control file + * rcfile_l.l -- lexer for the run control file, to be used with GNU flex. * * For license terms, see the file COPYING in this directory. */ @@ -23,11 +23,9 @@ int prc_lineno = 1; %} -/* this doesn't work with Linux lex, see the INSTALL file */ -%o 7000 -%a 4000 -%p 3000 %option nounput noyywrap +%option warn nodefault +%option 8bit batch %s NAME AUTH -- cgit v1.2.3