projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aa7440f
)
[patch] PerlIO_cleanup() prototype
Doug MacEachern [Fri, 5 Jan 2001 18:15:31 +0000 (10:15 -0800)]
Message-ID: <Pine.LNX.4.10.
10101051813220
.340-100000@mojo.covalent.net>
p4raw-id: //depot/perl@8344
perlio.h
patch
|
blob
|
blame
|
history
diff --git
a/perlio.h
b/perlio.h
index
0c6b26a
..
a0672be
100644
(file)
--- a/
perlio.h
+++ b/
perlio.h
@@
-322,7
+322,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,...);