1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

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
+2 -14
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. <<<<<<<<<