lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 42dd080a2e3e8fb6887ca1e066f53bb8fd23c9e7
parent 9957f7d59825ef4b99e2968b5f8a55cf0d698004
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Tue, 12 Nov 2002 12:33:56 -0200

details

Diffstat:
Mltests.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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 },