[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: scanning inert characters
From: |
Akim Demaille |
Subject: |
FYI: scanning inert characters |
Date: |
Sun, 02 Feb 2003 11:55:01 +0100 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) |
Index: ChangeLog
from Akim Demaille <address@hidden>
* src/scan-skel.l: Scan more than one inert character per
yylex
invocation.
Index: src/scan-skel.l
===================================================================
RCS file: /cvsroot/bison/bison/src/scan-skel.l,v
retrieving revision 1.23
diff -u -u -r1.23 scan-skel.l
--- src/scan-skel.l 4 Jan 2003 00:31:28 -0000 1.23
+++ src/scan-skel.l 2 Feb 2003 10:54:36 -0000
@@ -76,7 +76,7 @@
"@" abort ();
\n lineno++; ECHO;
address@hidden ECHO;
address@hidden ECHO;
<<EOF>> xfclose (yyout); free (outname); return EOF;
%%
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: scanning inert characters,
Akim Demaille <=