diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-08 20:14:10 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-08 20:14:10 -0400 |
| commit | 47723aa8d9605a09ee119dfc14fda4148413cc20 (patch) | |
| tree | 85cf54671c391b5813f66dcf437dcad7761d9884 /new/uipriv.h | |
| parent | 7d349d6a2843c6e0825403448ac28683e688f338 (diff) | |
More TODO resolution.
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 *); |
