Author: fperrad
Date: Wed Dec 10 04:50:09 2008
New Revision: 33758

Modified:
   trunk/languages/lua/t/package.t

Log:
[Lua]
- fix test (global is deprecated)

Modified: trunk/languages/lua/t/package.t
==============================================================================
--- trunk/languages/lua/t/package.t     (original)
+++ trunk/languages/lua/t/package.t     Wed Dec 10 04:50:09 2008
@@ -213,7 +213,7 @@
 .sub 'luaopen_mod_foo'
 #    print "luaopen_mod_foo\n"
     .local pmc _lua__GLOBAL
-    _lua__GLOBAL = global '_G'
+    _lua__GLOBAL = get_hll_global '_G'
     new $P1, 'LuaString'
     .local pmc _mod_foo
     new _mod_foo, 'LuaTable'

Reply via email to