diff options
Diffstat (limited to 'new/uipriv.h')
| -rw-r--r-- | new/uipriv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/uipriv.h b/new/uipriv.h index a12fbdc..0521bf6 100644 --- a/new/uipriv.h +++ b/new/uipriv.h @@ -18,7 +18,7 @@ struct uiControl { void (*resize)(uiControl *, intmax_t, intmax_t, intmax_t, intmax_t, uiSizing *); }; -// TODO write this comment +// uncomment the following line to enable memory logging; see leaks.awk #define uiLogAllocations extern void *uiAlloc(size_t, const char *); |
