([^@\n]): Renamed from [^@\n]+ so that the token buffer does not

grow to a huge size with typical invocation.
This commit is contained in:
Paul Eggert
2003-01-04 00:31:28 +00:00
parent fd520abff8
commit 0fff129c7c

View File

@@ -76,7 +76,7 @@ int skel_lex (void);
"@" abort ();
\n lineno++; ECHO;
[^@\n]+ ECHO;
[^@\n] ECHO;
<<EOF>> xfclose (yyout); free (outname); return EOF;
%%