1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Rafaël Carré 2010-07-11 16:46:45 +00:00
parent c7c04eb5a9
commit 9122e525cc
2 changed files with 4 additions and 4 deletions

View file

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