GNU 'merge' Simon's copy of perliol.pod with version
[p5sagit/p5-mst-13.2.git] / perlio.h
index 0c6b26a..b144b24 100644 (file)
--- 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,...);