mirror of https://github.com/rusefi/lua.git
obsolete module; not part of the oficial distribution
This commit is contained in:
parent
c39bec81dc
commit
fb55c96706
16
linit.c
16
linit.c
|
@ -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
|
** Initialization of libraries for lua.c
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "lua.h"
|
>>>>>>> This module is now obsolete, and is not part of Lua. <<<<<<<<<
|
||||||
|
|
||||||
#include "lualib.h"
|
|
||||||
|
|
||||||
|
|
||||||
void lua_userinit (void) {
|
|
||||||
lua_beginblock();
|
|
||||||
lua_iolibopen();
|
|
||||||
lua_strlibopen();
|
|
||||||
lua_mathlibopen();
|
|
||||||
lua_dblibopen();
|
|
||||||
lua_endblock();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue