Author: kjs
Date: Tue Jan  6 10:59:02 2009
New Revision: 35068

Modified:
   trunk/runtime/parrot/include/DWIM.pir

Log:
[runtime] fix old PIR syntax; .return -> .set_return

Modified: trunk/runtime/parrot/include/DWIM.pir
==============================================================================
--- trunk/runtime/parrot/include/DWIM.pir       (original)
+++ trunk/runtime/parrot/include/DWIM.pir       Tue Jan  6 10:59:02 2009
@@ -40,8 +40,8 @@
 iter_end:
 
     .begin_return
-    .return dwim
-    .return pos
+    .set_return dwim
+    .set_return pos
     .end_return
 .end
 

Reply via email to