[svn:parrot] r44747 - branches/ops_pct/compilers/opsc/src/Ops/Compiler

bacek at svn.parrot.org bacek at svn.parrot.org
Sun Mar 7 21:01:39 UTC 2010


Author: bacek
Date: Sun Mar  7 21:01:38 2010
New Revision: 44747
URL: https://trac.parrot.org/parrot/changeset/44747

Log:
Add semicolon for 'goto NEXT'

Modified:
   branches/ops_pct/compilers/opsc/src/Ops/Compiler/Actions.pm

Modified: branches/ops_pct/compilers/opsc/src/Ops/Compiler/Actions.pm
==============================================================================
--- branches/ops_pct/compilers/opsc/src/Ops/Compiler/Actions.pm	Sun Mar  7 20:53:02 2010	(r44746)
+++ branches/ops_pct/compilers/opsc/src/Ops/Compiler/Actions.pm	Sun Mar  7 21:01:38 2010	(r44747)
@@ -81,7 +81,7 @@
     if %flags<flow> {
         $op.push(PAST::Op.new(
             :pasttype('inline'),
-            :inline("\ngoto NEXT()\n")
+            :inline("\ngoto NEXT();\n")
             ));
     }
 


More information about the parrot-commits mailing list