Change 18636 by jhi@kosh on 2003/02/02 20:02:11

        Subject: Re: typo in checkin 18616
        From: Nick Ing-Simmons <[EMAIL PROTECTED]>
        Date: Sun, 02 Feb 2003 17:23:08 +0000
        Message-Id: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/XSUB.h#71 edit

Differences ...

==== //depot/perl/XSUB.h#71 (text) ====
Index: perl/XSUB.h
--- perl/XSUB.h#70~18616~       Sat Feb  1 11:43:09 2003
+++ perl/XSUB.h Sun Feb  2 12:02:11 2003
@@ -389,7 +389,7 @@
 #    define fclose             PerlSIO_fclose
 #    define feof               PerlSIO_feof
 #    define ferror             PerlSIO_ferror
-#    define fclearerr          PerlSIO_clearerr
+#    define clearerr           PerlSIO_clearerr
 #    define getc               PerlSIO_getc
 #    define fputc              PerlSIO_fputc
 #    define fputs              PerlSIO_fputs
End of Patch.

Reply via email to