could not be handled by MINIX pre-processor

This commit is contained in:
ceriel 1987-03-23 14:48:56 +00:00
parent 375b5e9182
commit 391f6cc9ea

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