Author: fperrad
Date: Wed Aug 6 06:44:34 2008
New Revision: 30059
Modified:
trunk/languages/lua/src/lib/uuid.pir
Log:
[Lua]
- refactor namespace : extension libraries (step 3)
Modified: trunk/languages/lua/src/lib/uuid.pir
==============================================================================
--- trunk/languages/lua/src/lib/uuid.pir (original)
+++ trunk/languages/lua/src/lib/uuid.pir Wed Aug 6 06:44:34 2008
@@ -100,9 +100,7 @@
L3:
$P0 = get_hll_global ['uuid'], $S0
$P1 = $P0()
- $P0 = get_hll_global ['uuid'], 'get_string'
- $S0 = $P0($P1)
-# $S0 = $P1
+ $S0 = $P1
new res, 'LuaString'
set res, $S0
.return (res)
@@ -142,9 +140,7 @@
L1:
.local pmc res
new res, 'LuaNumber'
- $P0 = get_hll_global ['uuid'], 'time'
- $I0 = $P0($P1)
-# $I0 = $P1.'time'()
+ $I0 = $P1.'time'()
set res, $I0
.return (res)
.end