X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perlio.h;h=b144b2494ccf7d29df4729b519486aceb6fd2624;hb=9d79914594fed2aeeee07968feace7d26f9332c9;hp=0c6b26ab1dd75883d4f214a93067bdfb4dd42c86;hpb=7ea3cd407b6ec2a3e424bdfbc486b6e01d6d28bd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perlio.h b/perlio.h index 0c6b26a..b144b24 100644 --- a/perlio.h +++ b/perlio.h @@ -106,6 +106,10 @@ extern void PerlIO_pop (PerlIO *f); #ifndef PERLIO_NOT_STDIO #define PERLIO_NOT_STDIO 1 #endif +#else +#ifndef PERLIO_NOT_STDIO +#define PERLIO_NOT_STDIO 0 +#endif #endif #ifdef PERLIO_NOT_STDIO @@ -322,7 +326,7 @@ extern int PerlIO_binmode (pTHX_ PerlIO *f, int iotype, int omode, const char * #ifndef PERLIO_IS_STDIO -extern void PerlIO_cleanup(); +extern void PerlIO_cleanup(void); extern void PerlIO_debug(const char *fmt,...);