bitlib renamed to 'bit32' + new function for arithmetic shift
This commit is contained in:
4
linit.c
4
linit.c
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: linit.c,v 1.27 2010/06/30 17:40:27 roberto Exp roberto $
|
||||
** $Id: linit.c,v 1.28 2010/07/02 11:38:13 roberto Exp roberto $
|
||||
** Initialization of libraries for lua.c and other clients
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -34,7 +34,7 @@ static const luaL_Reg loadedlibs[] = {
|
||||
{LUA_IOLIBNAME, luaopen_io},
|
||||
{LUA_OSLIBNAME, luaopen_os},
|
||||
{LUA_STRLIBNAME, luaopen_string},
|
||||
{LUA_BITLIBNAME, luaopen_bit},
|
||||
{LUA_BITLIBNAME, luaopen_bit32},
|
||||
{LUA_MATHLIBNAME, luaopen_math},
|
||||
#if defined(LUA_COMPAT_DEBUGLIB)
|
||||
{LUA_DBLIBNAME, luaopen_debug},
|
||||
|
||||
Reference in New Issue
Block a user