summaryrefslogtreecommitdiffstats
path: root/src/lua-test.c
diff options
context:
space:
mode:
authorbeoran <beoran@rubyforge.org>2012-04-15 17:40:31 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-04-15 17:40:31 (GMT)
commit1c5da167d825747edb4e425c1328dce1428a9267 (patch)
treefcc92b174b6dc2ece23977de4073c90852545b6f /src/lua-test.c
parent5f0403f7dc5ef0cb85cacfe9365c312692483e22 (diff)
downloadmxe-1c5da167d825747edb4e425c1328dce1428a9267.zip
mxe-1c5da167d825747edb4e425c1328dce1428a9267.tar.gz
mxe-1c5da167d825747edb4e425c1328dce1428a9267.tar.bz2
update package lua
Diffstat (limited to 'src/lua-test.c')
-rw-r--r--src/lua-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua-test.c b/src/lua-test.c
index 8cd0e9f..68de286 100644
--- a/src/lua-test.c
+++ b/src/lua-test.c
@@ -14,7 +14,7 @@ int main(int argc, char *argv[])
(void)argc;
(void)argv;
- L = lua_open();
+ L = luaL_newstate();
lua_close(L);
return 0;
}