ack/lang/pc/comp/debug.h

11 lines
133 B
C
Raw Normal View History

1988-10-26 15:21:11 +00:00
/* A debugging macro
*/
#include "debugcst.h"
#ifdef DEBUG
#define DO_DEBUG(x, y) ((x) && (y))
#else
#define DO_DEBUG(x, y)
#endif