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. --- lstate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lstate.c') diff --git a/lstate.c b/lstate.c index 7779f544..633e4ab6 100644 --- a/lstate.c +++ b/lstate.c @@ -1,5 +1,5 @@ /* -** $Id: lstate.c,v 2.25 2005/02/23 17:30:22 roberto Exp roberto $ +** $Id: lstate.c,v 2.26 2005/03/18 18:02:04 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -179,7 +179,7 @@ LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { L = NULL; } else - lua_userstateopen(L); + luai_userstateopen(L); return L; } -- cgit v1.2.3-55-g6feb