Author: fperrad
Date: Tue Dec 30 11:03:35 2008
New Revision: 34654
Modified:
trunk/languages/lua/src/POSTGrammar.tg
Log:
[Lua]
- revert r34355 for luap.pir
Modified: trunk/languages/lua/src/POSTGrammar.tg
==============================================================================
--- trunk/languages/lua/src/POSTGrammar.tg (original)
+++ trunk/languages/lua/src/POSTGrammar.tg Tue Dec 30 11:03:35 2008
@@ -87,7 +87,7 @@
L4:
.local pmc start
$P0 = get_hll_global ['Lua'; 'POST'], 'Sub'
- start = $P0.'new'('name'=>'&start', 'pirflags'=>':anon :main',
'hll'=>'lua')
+ start = $P0.'new'('name'=>'&start', 'pirflags'=>':anon :main')
$S0 = post.'subid'()
start.'push_pirop'('inline', $S0, 'inline'=><<'PIRCODE')
.param pmc args :optional
@@ -111,6 +111,7 @@
$P0 = get_hll_global ['Lua'; 'POST'], 'Chunk'
.tailcall $P0.'new'(start, 'node'=>node, 'prologue'=><<'PIRCODE')
.include "interpinfo.pasm"
+.HLL "lua"
.loadlib "lua_group"
PIRCODE
}