From d872090248f7c90ce8d19af4eda3c0a6727f1261 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 18 Mar 2005 15:55:45 -0300 Subject: small errors in previous `ci' of luaconf.h. --- lapi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lapi.c') diff --git a/lapi.c b/lapi.c index d51ac270..99666bce 100644 --- a/lapi.c +++ b/lapi.c @@ -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; } -- cgit v1.2.3-55-g6feb