From: Gurusamy Sarathy Date: Wed, 18 Dec 2002 00:42:45 +0000 (+0000) Subject: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_* X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f59ddd9a8e20e4c4d1106263d1ad3ba2a9be2d4;p=p5sagit%2Fp5-mst-13.2.git PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_* p4raw-id: //depot/perl@18325 --- diff --git a/XSUB.h b/XSUB.h index 3a15cab..82eb423 100644 --- a/XSUB.h +++ b/XSUB.h @@ -403,8 +403,8 @@ C. See L. # 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