X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=debug.h;h=a0d26f7c35ebc990b2d3b255671b6d83af2f50a7;hb=5e0c5bc840f7c64e93c7860cf89a058718dfeedc;hp=64ec161eb9d09bb1b5a664ab5982783106a556b4;hpb=5f83300ce6a5da27e68085bddce47b736cfdea79;p=compress.git diff --git a/debug.h b/debug.h index 64ec161..a0d26f7 100644 --- a/debug.h +++ b/debug.h @@ -23,7 +23,7 @@ #define MIN(x, y) (((x) < (y)) ? (x) : (y)) #define MAX(x, y) (((x) > (y)) ? (x) : (y)) #define VERBOSE(level, statement...) do { if (level <= verbose) { statement; } } while(0) -#define PRINTF(args...) do { _fprintf (stdout, args); fflush (stdout); } while (0) +#define PRINTF(args...) do { myfprintf (stdout, args); fflush (stdout); } while (0) /* gobal variables */