From: ceriel Date: Mon, 23 Mar 1987 14:48:56 +0000 (+0000) Subject: could not be handled by MINIX pre-processor X-Git-Tag: release-5-5~4357 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=391f6cc9eaf1f953ebad54a68f9846656f0cacba;p=ack.git could not be handled by MINIX pre-processor --- 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);}