src/Format.h

changeset 110
7a7a53f1d51b
parent 88
5def6ff8b466
child 113
4d4c43eca4d7
--- a/src/Format.h	Wed Feb 12 06:33:16 2014 +0200
+++ b/src/Format.h	Wed Feb 12 06:50:13 2014 +0200
@@ -115,8 +115,8 @@
 
 #ifndef IN_IDE_PARSER
 # ifdef DEBUG
-#  define devf(...) fprint (stderr, __VA_ARGS__)
-#  define dvalof( A ) fprint (stderr, "value of '%1' = %2\n", #A, A)
+#  define devf(...) PrintTo (stderr, __VA_ARGS__)
+#  define dvalof( A ) PrintTo (stderr, "value of '%1' = %2\n", #A, A)
 # else
 #  define devf(...)
 #  define dvalof( A )

mercurial