From 37a1eaaa29857cca3c5cb93d0710917f3fe3e7af Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 23 Mar 1987 14:48:56 +0000 Subject: [PATCH] could not be handled by MINIX pre-processor --- mach/proto/cg/codegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/proto/cg/codegen.c b/mach/proto/cg/codegen.c index a287dd93..9c88472b 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);}