소스 검색

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. <<<<<<<<<