Explorar el Código

could not be handled by MINIX pre-processor

ceriel hace 37 años
padre
commit
391f6cc9ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mach/proto/cg/codegen.c

+ 1 - 1
mach/proto/cg/codegen.c

@@ -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);}