From 9122e525cc40a18bffce3d6c347030a65cec4fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sun, 11 Jul 2010 16:46:45 +0000 Subject: lua: make DEBUG undefined by default, as doc states use #ifdef / #ifndef and not #if / #if ! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27387 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lua/rockmalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lua/rockmalloc.h') diff --git a/apps/plugins/lua/rockmalloc.h b/apps/plugins/lua/rockmalloc.h index 46a943f..256c583 100644 --- a/apps/plugins/lua/rockmalloc.h +++ b/apps/plugins/lua/rockmalloc.h @@ -35,7 +35,7 @@ #define HAVE_MREMAP 0 #define NO_MALLINFO 1 #define ABORT ((void) 0) -#define DEBUG 0 +/* #define DEBUG */ #define MORECORE rocklua_morecore void *rocklua_morecore(int size); -- cgit v1.1