Remove diagnostics and attempt to work around VC compiler bug :-(
[u/mdw/putty] / tree234.c
index 017a12a..9d1d7b0 100644 (file)
--- a/tree234.c
+++ b/tree234.c
@@ -39,8 +39,7 @@
 #ifdef TEST
 #define LOG(x) (printf x)
 #else
-// FIXME
-#define LOG(x) (dprintf x)
+#define LOG(x)
 #endif
 
 typedef struct node234_Tag node234;