Author: pmichaud
Date: Tue Nov  1 10:42:03 2005
New Revision: 9687

Modified:
   trunk/compilers/pge/PGE/P6Rule.pir
Log:
Fixed bug with lazy quantifiers (courtesy of Allison Randal).


Modified: trunk/compilers/pge/PGE/P6Rule.pir
==============================================================================
--- trunk/compilers/pge/PGE/P6Rule.pir  (original)
+++ trunk/compilers/pge/PGE/P6Rule.pir  Tue Nov  1 10:42:03 2005
@@ -189,6 +189,7 @@
     if $S0 != "?" goto end
     islazy = 1
     pos = $I0 + 1
+    goto end
   quant_closure:
     pos += 2
     pos = find_not_cclass .CCLASS_WHITESPACE, target, pos, lastpos

Reply via email to