From 42dd080a2e3e8fb6887ca1e066f53bb8fd23c9e7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 12 Nov 2002 12:34:18 -0200 Subject: details --- ltests.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ltests.h b/ltests.h index 885d9235..5cca2584 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 1.16 2002/10/08 18:45:07 roberto Exp roberto $ +** $Id: ltests.h,v 1.17 2002/10/25 20:05:28 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -51,7 +51,7 @@ extern int islocked; int luaB_opentests (lua_State *L); -#define lua_userinit(L) (luaB_opentests(L) + openstdlibs(L)) +#define LUA_EXTRALIBS { "tests", luaB_opentests }, -- cgit v1.2.3-55-g6feb