changed DEBUG to LUA_DEBUG

This commit is contained in:
Pawel Kolodziejski
2008-07-29 17:58:39 +00:00
parent c7e28a1bcb
commit 2fa7d00a62
+1 -1
View File
@@ -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: