Update comment re the use of the flex statement '%option noline'

svn path=/trunk/; revision=27231
This commit is contained in:
Bill Meier 2009-01-14 20:50:39 +00:00
parent 6553661db0
commit 8e885dd1df
1 changed files with 3 additions and 3 deletions

View File

@ -26,14 +26,14 @@
/* k12text.l file */
/* XXX: %option noline gives an error message: */
/* "unrecognized %option: line" */
/* with Cygwin flex 2.5.35; the --noline */
/* with flex 2.5.35; the --noline */
/* command-line option works OK. */
/* */
/* debug: Do output of "rule acceptance" info */
/* during parse */
/* */
/* %option line */
/* %option debug */
/* %option noline */
/* %option debug */
%{
/* k12text.l