Home | History | Annotate | Download | only in dist

Lines Matching refs:DPRINTF

94 It turns out that the Mac Debugging.h header also defines the macro DPRINTF, so
97 #undef DPRINTF
99 #define DPRINTF(p) printf p
101 #define DPRINTF(p) /* Nothing */