aboutsummaryrefslogtreecommitdiff
path: root/lapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'lapi.c')
-rw-r--r--lapi.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lapi.c b/lapi.c
index 0850d1b8..bf3386c4 100644
--- a/lapi.c
+++ b/lapi.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lapi.c,v 2.88 2009/08/07 16:17:41 roberto Exp roberto $ 2** $Id: lapi.c,v 2.89 2009/08/31 14:26:28 roberto Exp roberto $
3** Lua API 3** Lua API
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -102,11 +102,6 @@ LUA_API int lua_checkstack (lua_State *L, int size) {
102} 102}
103 103
104 104
105LUA_API lua_State *lua_mainthread (lua_State *L) {
106 return G(L)->mainthread;
107}
108
109
110LUA_API void lua_xmove (lua_State *from, lua_State *to, int n) { 105LUA_API void lua_xmove (lua_State *from, lua_State *to, int n) {
111 int i; 106 int i;
112 if (from == to) return; 107 if (from == to) return;