CVS: winex/tools/widl ppl.l,1.1.1.1,1.2
[email protected] 1 Aug 2007 12:35:22 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/tools/widl ppl.l,1.1.1.1,1.2Update of /var/lib/cvsd/cvsroot/winex/tools/widl
In directory agravaine:/tmp/cvs-serv30542/tools/widl
Modified Files:
ppl.l
Log Message:
This syntax in these comments makes newer versions of flex unhappy. This
allows these files to compile w/o needing the flex-old package on some
systems.
Index: ppl.l
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/tools/widl/ppl.l,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ppl.l 4 Aug 2002 19:42:56 -0000 1.1.1.1
+++ ppl.l 1 Aug 2007 12:35:20 -0000 1.2
@@ -30,7 +30,7 @@
* | {ws} # {ws} error {ws} {anytext} \n
* | {ws} # {ws} warning {ws} {anytext} \n
* | {ws} # {ws} line {ws} " {anytext} " {number} \n
- * | {ws} # {ws} {number} " {anytext} " {number} [{number} [{number}]] \n
+ * | {ws} # {ws} {number} " {anytext} " {number} [ {number} [ {number} ] ] \n
* | {ws} # {ws} \n
*
* ws := [ \t\r\f\v]*