summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rockmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rockmalloc.h')
-rw-r--r--apps/plugins/lua/rockmalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/rockmalloc.h b/apps/plugins/lua/rockmalloc.h
index 46a943f59e..256c583e37 100644
--- a/apps/plugins/lua/rockmalloc.h
+++ b/apps/plugins/lua/rockmalloc.h
@@ -35,7 +35,7 @@
35#define HAVE_MREMAP 0 35#define HAVE_MREMAP 0
36#define NO_MALLINFO 1 36#define NO_MALLINFO 1
37#define ABORT ((void) 0) 37#define ABORT ((void) 0)
38#define DEBUG 0 38/* #define DEBUG */
39#define MORECORE rocklua_morecore 39#define MORECORE rocklua_morecore
40 40
41void *rocklua_morecore(int size); 41void *rocklua_morecore(int size);