Change 13894 by jhi@alpha on 2001/12/26 19:31:38
Subject: Re: bleadperl doesn't compile
From: "Gerrit P. Haase" <[EMAIL PROTECTED]>
Date: Wed, 26 Dec 2001 21:29:08 +0100
Message-ID: <[EMAIL PROTECTED]>
Cygwin with multiplicity.
Affected files ...
.... //depot/perl/perlio.c#156 edit
Differences ...
==== //depot/perl/perlio.c#156 (text) ====
Index: perl/perlio.c
--- perl/perlio.c.~1~ Wed Dec 26 12:45:05 2001
+++ perl/perlio.c Wed Dec 26 12:45:05 2001
@@ -89,6 +89,7 @@
# endif
#else
# if defined(USEMYBINMODE)
+ dTHX;
if (my_binmode(fp, iotype, mode) != FALSE)
return 1;
else
End of Patch.