From 26a9b249db37d713d7a74e24036fd93666695236 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 24 Mar 2004 12:46:49 -0300 Subject: details --- lualib.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'lualib.h') diff --git a/lualib.h b/lualib.h index a558b953..5f072c6f 100644 --- a/lualib.h +++ b/lualib.h @@ -1,5 +1,5 @@ /* -** $Id: lualib.h,v 1.27 2003/03/17 13:04:58 roberto Exp roberto $ +** $Id: lualib.h,v 1.28 2003/03/18 12:24:26 roberto Exp roberto $ ** Lua standard libraries ** See Copyright Notice in lua.h */ @@ -44,13 +44,4 @@ LUALIB_API int luaopen_loadlib (lua_State *L); #define lua_assert(c) /* empty */ #endif - -/* compatibility code */ -#define lua_baselibopen luaopen_base -#define lua_tablibopen luaopen_table -#define lua_iolibopen luaopen_io -#define lua_strlibopen luaopen_string -#define lua_mathlibopen luaopen_math -#define lua_dblibopen luaopen_debug - #endif -- cgit v1.2.3-55-g6feb