obsolete module; not part of the oficial distribution

This commit is contained in:
Roberto Ierusalimschy 2000-08-09 11:50:13 -03:00
parent c39bec81dc
commit fb55c96706

16
linit.c
View file

@ -1,20 +1,8 @@
/*
** $Id: linit.c,v 1.4 2000/06/12 13:52:05 roberto Exp roberto $
** $Id: linit.c,v 1.5 2000/06/16 17:22:43 roberto Exp roberto $
** Initialization of libraries for lua.c
** See Copyright Notice in lua.h
*/
#include "lua.h"
#include "lualib.h"
void lua_userinit (void) {
lua_beginblock();
lua_iolibopen();
lua_strlibopen();
lua_mathlibopen();
lua_dblibopen();
lua_endblock();
}
>>>>>>> This module is now obsolete, and is not part of Lua. <<<<<<<<<