Author: coke
Date: Mon Nov 10 22:14:05 2008
New Revision: 32516
Modified:
trunk/languages/punie/punie.pir
Log:
[punie] RT #58974 - use of .return as a synonym for .tailcall is [DEPRECATED]
Modified: trunk/languages/punie/punie.pir
==============================================================================
--- trunk/languages/punie/punie.pir (original)
+++ trunk/languages/punie/punie.pir Mon Nov 10 22:14:05 2008
@@ -39,7 +39,7 @@
.sub 'main' :main
.param pmc args
$P0 = compreg 'Punie'
- .return $P0.'command_line'(args)
+ .tailcall $P0.'command_line'(args)
.end
.include 'src/builtins/builtins.pir'