[svn:parrot] r39989 - branches/ops_pct/compilers/opsc

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Jul 11 02:36:16 UTC 2009


Author: bacek
Date: Sat Jul 11 02:36:16 2009
New Revision: 39989
URL: https://trac.parrot.org/parrot/changeset/39989

Log:
[opsc] Rename die to exit.

Modified:
   branches/ops_pct/compilers/opsc/opsc.pir

Modified: branches/ops_pct/compilers/opsc/opsc.pir
==============================================================================
--- branches/ops_pct/compilers/opsc/opsc.pir	Sat Jul 11 02:35:07 2009	(r39988)
+++ branches/ops_pct/compilers/opsc/opsc.pir	Sat Jul 11 02:36:16 2009	(r39989)
@@ -23,11 +23,11 @@
     $P0.'removestage'('post')
     $P0.'removestage'('pir')
     $P0.'removestage'('evalpmc')
-    $P0.'addstage'('die', 'after'=>'past')
+    $P0.'addstage'('exit', 'after'=>'past')
 
 .end
 
-.sub 'die' :method
+.sub 'exit' :method
     .param pmc past
     .param pmc adverbs :slurpy :named
 


More information about the parrot-commits mailing list