Pristine Ack-5.5
[Ack-5.5.git] / lang / pc / comp / debug.h
1 /* A debugging macro
2 */
3
4 #include "debugcst.h"
5
6 #ifdef DEBUG
7 #define DO_DEBUG(x, y)  ((x) && (y))
8 #else
9 #define DO_DEBUG(x, y)
10 #endif