macro DEBUG renamed to LUA_DEBUG

This commit is contained in:
Roberto Ierusalimschy
2000-10-30 14:29:59 -02:00
parent e42a219eeb
commit 37e9c2e744
5 changed files with 13 additions and 13 deletions

View File

@@ -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