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

View File

@@ -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;
}