summaryrefslogtreecommitdiff
path: root/new/uipriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'new/uipriv.h')
-rw-r--r--new/uipriv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/new/uipriv.h b/new/uipriv.h
index c42cbb0..f028590 100644
--- a/new/uipriv.h
+++ b/new/uipriv.h
@@ -2,8 +2,7 @@
#include <stdlib.h>
#include "ui.h"
-// uncomment the following line to enable memory logging; see leaks.awk
-#define uiLogAllocations
+extern uiInitOptions options;
extern void *uiAlloc(size_t, const char *);
#define uiNew(T) ((T *) uiAlloc(sizeof (T), #T ))