From 37e9c2e74486ed443151430a9b73a3844d3554ef Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 30 Oct 2000 14:29:59 -0200 Subject: macro DEBUG renamed to LUA_DEBUG --- ltests.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index 111c9f64..b45a1de2 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 1.51 2000/10/20 16:39:03 roberto Exp roberto $ +** $Id: ltests.c,v 1.52 2000/10/26 12:47:05 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -32,9 +32,9 @@ void luaB_opentests (lua_State *L); /* -** The whole module only makes sense with DEBUG on +** The whole module only makes sense with LUA_DEBUG on */ -#ifdef DEBUG +#ifdef LUA_DEBUG -- cgit v1.2.3-55-g6feb