small errors in previous `ci' of luaconf.h.

This commit is contained in:
Roberto Ierusalimschy
2005-03-18 15:55:45 -03:00
parent fb0f95a2b7
commit d872090248
4 changed files with 16 additions and 15 deletions

4
lapi.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: lapi.c,v 2.31 2005/03/09 16:28:07 roberto Exp roberto $
** $Id: lapi.c,v 2.32 2005/03/16 16:58:41 roberto Exp roberto $
** Lua API
** See Copyright Notice in lua.h
*/
@@ -141,7 +141,7 @@ LUA_API lua_State *lua_newthread (lua_State *L) {
setthvalue(L, L->top, L1);
api_incr_top(L);
lua_unlock(L);
lua_userstateopen(L1);
luai_userstateopen(L1);
return L1;
}