could not be handled by MINIX pre-processor
This commit is contained in:
parent
375b5e9182
commit
391f6cc9ea
|
@ -40,7 +40,7 @@ unsigned stackupto();
|
|||
string tostring();
|
||||
|
||||
#ifdef NDEBUG
|
||||
#define DEBUG()
|
||||
#define DEBUG(xxxxx)
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#define DEBUG(string) {if(Debug) fprintf(stderr,"%-*d%s\n",4*level,level,string);}
|
||||
|
|
Loading…
Reference in a new issue