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

4
lmem.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: lmem.c,v 1.37 2000/10/11 16:47:50 roberto Exp roberto $
** $Id: lmem.c,v 1.38 2000/10/26 12:47:05 roberto Exp roberto $
** Interface to Memory Manager
** See Copyright Notice in lua.h
*/
@@ -17,7 +17,7 @@
#ifdef DEBUG
#ifdef LUA_DEBUG
/*
** {======================================================================
** Controlled version for realloc.