mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +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 ();
|
||||
\n lineno++; ECHO;
|
||||
[^@\n]+ ECHO;
|
||||
[^@\n] ECHO;
|
||||
|
||||
<<EOF>> xfclose (yyout); free (outname); return EOF;
|
||||
%%
|
||||
|
||||
Reference in New Issue
Block a user