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