Initial revision
This commit is contained in:
10
lang/pc/comp/debug.h
Normal file
10
lang/pc/comp/debug.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/* A debugging macro
|
||||
*/
|
||||
|
||||
#include "debugcst.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
#define DO_DEBUG(x, y) ((x) && (y))
|
||||
#else
|
||||
#define DO_DEBUG(x, y)
|
||||
#endif
|
||||
Reference in New Issue
Block a user