mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 11:13:03 +00:00
* src/scan-skel.l: Scan more than one inert character per yylex
invocation.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2003-02-02 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* src/scan-skel.l: Scan more than one inert character per yylex
|
||||||
|
invocation.
|
||||||
|
|
||||||
2003-02-01 Paul Eggert <eggert@twinsun.com>
|
2003-02-01 Paul Eggert <eggert@twinsun.com>
|
||||||
|
|
||||||
Version 1.875a.
|
Version 1.875a.
|
||||||
|
|||||||
@@ -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