src/Format.h

changeset 110
7a7a53f1d51b
parent 88
5def6ff8b466
child 113
4d4c43eca4d7
equal deleted inserted replaced
109:6572803cd0ca 110:7a7a53f1d51b
113 void Error (void, ...); 113 void Error (void, ...);
114 #endif 114 #endif
115 115
116 #ifndef IN_IDE_PARSER 116 #ifndef IN_IDE_PARSER
117 # ifdef DEBUG 117 # ifdef DEBUG
118 # define devf(...) fprint (stderr, __VA_ARGS__) 118 # define devf(...) PrintTo (stderr, __VA_ARGS__)
119 # define dvalof( A ) fprint (stderr, "value of '%1' = %2\n", #A, A) 119 # define dvalof( A ) PrintTo (stderr, "value of '%1' = %2\n", #A, A)
120 # else 120 # else
121 # define devf(...) 121 # define devf(...)
122 # define dvalof( A ) 122 # define dvalof( A )
123 # endif // DEBUG 123 # endif // DEBUG
124 #else 124 #else

mercurial