diff options
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 |