diff --git a/mach/proto/cg/codegen.c b/mach/proto/cg/codegen.c index a287dd932..9c88472b5 100644 --- a/mach/proto/cg/codegen.c +++ b/mach/proto/cg/codegen.c @@ -40,7 +40,7 @@ unsigned stackupto(); string tostring(); #ifdef NDEBUG -#define DEBUG() +#define DEBUG(xxxxx) #else #include #define DEBUG(string) {if(Debug) fprintf(stderr,"%-*d%s\n",4*level,level,string);}