aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2018-11-29 13:19:22 +0000
committerPeter Maydell <peter.maydell@linaro.org>2018-11-29 13:38:41 +0000
commite27120ae3d5cd1330885a1e7c9aa1592b8ad33dc (patch)
tree87bf89a445c806cca571785789503081c6752b45
parent4054bf1cb233c90f2d9b775e645c50be50807e90 (diff)
debug printfmojave-fixes
-rw-r--r--ui/cocoa.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cocoa.m b/ui/cocoa.m
index c401301d1a..8386cdef7a 100644
--- a/ui/cocoa.m
+++ b/ui/cocoa.m
@@ -78,7 +78,7 @@
#define NSWindowStyleMaskTitled NSTitledWindowMask
#endif
-//#define DEBUG
+#define DEBUG
#ifdef DEBUG
#define COCOA_DEBUG(...) { (void) fprintf (stdout, __VA_ARGS__); }