CVS: winex/tools/wrc ppl.l,1.1.1.3,1.2

[email protected] 31 Jul 2007 16:56:40 -0000
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/tools/wrc ppl.l,1.1.1.3,1.2Update of /var/lib/cvsd/cvsroot/winex/tools/wrc
In directory agravaine:/tmp/cvs-serv19378/tools/wrc

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/wrc/ppl.l,v
retrieving revision 1.1.1.3
retrieving revision 1.2
diff -u -d -r1.1.1.3 -r1.2
--- ppl.l	31 Dec 2001 10:53:15 -0000	1.1.1.3
+++ ppl.l	31 Jul 2007 16:56:38 -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]*