could not be handled by MINIX pre-processor
authorceriel <none@none>
Mon, 23 Mar 1987 14:48:56 +0000 (14:48 +0000)
committerceriel <none@none>
Mon, 23 Mar 1987 14:48:56 +0000 (14:48 +0000)
mach/proto/cg/codegen.c

index a287dd9..9c88472 100644 (file)
@@ -40,7 +40,7 @@ unsigned stackupto();
 string tostring();
 
 #ifdef NDEBUG
-#define DEBUG()
+#define DEBUG(xxxxx)
 #else
 #include <stdio.h>
 #define DEBUG(string) {if(Debug) fprintf(stderr,"%-*d%s\n",4*level,level,string);}