diff options
Diffstat (limited to 'apps/plugins/lua/rockmalloc.h')
| -rw-r--r-- | apps/plugins/lua/rockmalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |