X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprint.c;h=1c0f5d6d62509280ad3a75aeda0dd4398043e08f;hp=768b4a60c060b8a6a1f1c7de959518c79caa2296;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/_PDCLIB/print.c b/functions/_PDCLIB/print.c index 768b4a6..1c0f5d6 100644 --- a/functions/_PDCLIB/print.c +++ b/functions/_PDCLIB/print.c @@ -16,8 +16,7 @@ modifiers. */ /* FIXME: one too many flags to work on a 16-bit machine, join some (e.g. the - width flags) into a combined field. -*/ + width flags) into a combined field. */ #define E_minus 1<<0 #define E_plus 1<<1 #define E_alt 1<<2 @@ -548,6 +547,7 @@ static int testprintf( char * buffer, const char * format, ... ) va_end( status.arg ); return status.i; } + #endif #define TEST_CONVERSION_ONLY