[svn:parrot] r40071 - trunk/compilers/nqp/src

pmichaud at svn.parrot.org pmichaud at svn.parrot.org
Tue Jul 14 00:23:01 UTC 2009


Author: pmichaud
Date: Tue Jul 14 00:23:00 2009
New Revision: 40071
URL: https://trac.parrot.org/parrot/changeset/40071

Log:
[nqp]:  Eliminate deprecated <fail> subrule (TT #460).

Modified:
   trunk/compilers/nqp/src/Grammar.pg

Modified: trunk/compilers/nqp/src/Grammar.pg
==============================================================================
--- trunk/compilers/nqp/src/Grammar.pg	Mon Jul 13 22:45:20 2009	(r40070)
+++ trunk/compilers/nqp/src/Grammar.pg	Tue Jul 14 00:23:00 2009	(r40071)
@@ -59,7 +59,7 @@
         .return (1)
       end:
     }}
-    <fail>
+    <!>
 }
 
 
@@ -127,7 +127,7 @@
             if $P0 != $P2 goto end
             .return (1)
             end:
-        }} <fail>
+        }} <!>
 }
 
 token MARK_STATEMENT_END {


More information about the parrot-commits mailing list