X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/fb207d526ce4bce3776385fc87bb41c535edcb76..287c8091529321306208d03ea400ad532aea56f5:/perlio.c diff --git a/perlio.c b/perlio.c index 765882e..05b53c9 100644 --- a/perlio.c +++ b/perlio.c @@ -434,10 +434,7 @@ PerlIO_findFILE(PerlIO *pio) * Why is this here - not in perlio.h? RMB */ void PerlIO_debug(const char *fmt, ...) -#ifdef CHECK_FORMAT - __attribute__ ((__format__(__printf__, 1, 2))) -#endif -; + __attribute__format__(__printf__, 1, 2); void PerlIO_debug(const char *fmt, ...)