From 2fa7d00a62cd5a871cbb7ca45e52a5b95fce95d8 Mon Sep 17 00:00:00 2001 From: Pawel Kolodziejski Date: Tue, 29 Jul 2008 17:58:39 +0000 Subject: [PATCH] changed DEBUG to LUA_DEBUG --- engine/lua/lgc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/lua/lgc.cpp b/engine/lua/lgc.cpp index 9bb4cb86a04..b7331233f48 100644 --- a/engine/lua/lgc.cpp +++ b/engine/lua/lgc.cpp @@ -83,7 +83,7 @@ static int32 ismarked(TObject *o) { return o->value.cl->head.marked; case LUA_T_PROTO: return o->value.tf->head.marked; -#ifdef DEBUG +#ifdef LUA_DEBUG case LUA_T_LINE: case LUA_T_CLMARK: case LUA_T_CMARK: