Author: pmichaud
Date: Tue Nov 1 11:47:00 2005
New Revision: 9691
Modified:
trunk/compilers/pge/PGE/P6Rule.pir
Log:
Fixed missing initialization of isrange in parse_enumclass
(thanks to particle for discovering this).
Modified: trunk/compilers/pge/PGE/P6Rule.pir
==============================================================================
--- trunk/compilers/pge/PGE/P6Rule.pir (original)
+++ trunk/compilers/pge/PGE/P6Rule.pir Tue Nov 1 11:47:00 2005
@@ -299,6 +299,7 @@
charlist = ""
mob["charmatch"] = "if"
pos = mfrom
+ isrange = 0
$S0 = substr target, pos, 3
pos += 2
if $S0 != "<-[" goto scan