From 391f6cc9eaf1f953ebad54a68f9846656f0cacba 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 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);} -- 2.34.1