summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2002-12-18 00:42:45 +0000
committerGurusamy Sarathy <gsar@cpan.org>2002-12-18 00:42:45 +0000
commit1f59ddd9a8e20e4c4d1106263d1ad3ba2a9be2d4 (patch)
treee424417a2ff792dfdc71c0657b4dbd6aeabcebc5 /XSUB.h
parent522078af5f1ca8130b4cc9f209e138b0a1b57eb3 (diff)
downloadperl-1f59ddd9a8e20e4c4d1106263d1ad3ba2a9be2d4.tar.gz
PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
p4raw-id: //depot/perl@18325
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/XSUB.h b/XSUB.h
index 3a15cab10a..82eb4233f1 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -403,8 +403,8 @@ C<xsubpp>. See L<perlxs/"The VERSIONCHECK: Keyword">.
# define setbuf PerlSIO_setbuf
# define setvbuf PerlSIO_setvbuf
# define setlinebuf PerlSIO_setlinebuf
-# define stdoutf PerlIO_stdoutf
-# define vfprintf PerlIO_vprintf
+# define stdoutf PerlSIO_stdoutf
+# define vfprintf PerlSIO_vprintf
# define ftell PerlIO_tell
# define fseek PerlIO_seek
# define fgetpos PerlIO_getpos