diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-03-24 12:46:49 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-03-24 12:46:49 -0300 |
commit | 26a9b249db37d713d7a74e24036fd93666695236 (patch) | |
tree | 604f1aedd5bd132abb43a3b6106cf909273eb0ca /lualib.h | |
parent | 227bddafe83955d2cc871b76e3f9e2fb106450e4 (diff) | |
download | lua-26a9b249db37d713d7a74e24036fd93666695236.tar.gz lua-26a9b249db37d713d7a74e24036fd93666695236.tar.bz2 lua-26a9b249db37d713d7a74e24036fd93666695236.zip |
details
Diffstat (limited to 'lualib.h')
-rw-r--r-- | lualib.h | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lualib.h,v 1.27 2003/03/17 13:04:58 roberto Exp roberto $ | 2 | ** $Id: lualib.h,v 1.28 2003/03/18 12:24:26 roberto Exp roberto $ |
3 | ** Lua standard libraries | 3 | ** Lua standard libraries |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -44,13 +44,4 @@ LUALIB_API int luaopen_loadlib (lua_State *L); | |||
44 | #define lua_assert(c) /* empty */ | 44 | #define lua_assert(c) /* empty */ |
45 | #endif | 45 | #endif |
46 | 46 | ||
47 | |||
48 | /* compatibility code */ | ||
49 | #define lua_baselibopen luaopen_base | ||
50 | #define lua_tablibopen luaopen_table | ||
51 | #define lua_iolibopen luaopen_io | ||
52 | #define lua_strlibopen luaopen_string | ||
53 | #define lua_mathlibopen luaopen_math | ||
54 | #define lua_dblibopen luaopen_debug | ||
55 | |||
56 | #endif | 47 | #endif |