diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2002-12-18 00:42:45 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2002-12-18 00:42:45 +0000 |
commit | 1f59ddd9a8e20e4c4d1106263d1ad3ba2a9be2d4 (patch) | |
tree | e424417a2ff792dfdc71c0657b4dbd6aeabcebc5 /XSUB.h | |
parent | 522078af5f1ca8130b4cc9f209e138b0a1b57eb3 (diff) | |
download | perl-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |