mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
grow to a huge size with typical invocation.
This commit is contained in:
@@ -76,7 +76,7 @@ int skel_lex (void);
|
|||||||
|
|
||||||
"@" abort ();
|
"@" abort ();
|
||||||
\n lineno++; ECHO;
|
\n lineno++; ECHO;
|
||||||
[^@\n]+ ECHO;
|
[^@\n] ECHO;
|
||||||
|
|
||||||
<<EOF>> xfclose (yyout); free (outname); return EOF;
|
<<EOF>> xfclose (yyout); free (outname); return EOF;
|
||||||
%%
|
%%
|
||||||
|
|||||||
Reference in New Issue
Block a user