diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-08-09 11:50:13 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-08-09 11:50:13 -0300 |
commit | fb55c967062b1b13bac298a8f3bcb7ea0663a19c (patch) | |
tree | 117a285929d2128eeb7821f8af707fab9b8be79a /linit.c | |
parent | c39bec81dcacc5a7c206289cea2bc596ea124943 (diff) | |
download | lua-fb55c967062b1b13bac298a8f3bcb7ea0663a19c.tar.gz lua-fb55c967062b1b13bac298a8f3bcb7ea0663a19c.tar.bz2 lua-fb55c967062b1b13bac298a8f3bcb7ea0663a19c.zip |
obsolete module; not part of the oficial distribution
Diffstat (limited to 'linit.c')
-rw-r--r-- | linit.c | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -1,20 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: linit.c,v 1.4 2000/06/12 13:52:05 roberto Exp roberto $ | 2 | ** $Id: linit.c,v 1.5 2000/06/16 17:22:43 roberto Exp roberto $ |
3 | ** Initialization of libraries for lua.c | 3 | ** Initialization of libraries for lua.c |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include "lua.h" | 7 | >>>>>>> This module is now obsolete, and is not part of Lua. <<<<<<<<< |
8 | |||
9 | #include "lualib.h" | ||
10 | |||
11 | |||
12 | void lua_userinit (void) { | ||
13 | lua_beginblock(); | ||
14 | lua_iolibopen(); | ||
15 | lua_strlibopen(); | ||
16 | lua_mathlibopen(); | ||
17 | lua_dblibopen(); | ||
18 | lua_endblock(); | ||
19 | } | ||
20 | 8 | ||