فهرست منبع

obsolete module; not part of the oficial distribution

Roberto Ierusalimschy 25 سال پیش
والد
کامیت
fb55c96706
1فایلهای تغییر یافته به همراه2 افزوده شده و 14 حذف شده
  1. 2 14
      linit.c

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