Change 19658 by [EMAIL PROTECTED] on 2003/06/02 09:02:18
I thought I tried building threaded. Never think. Try.
Affected files ...
... //depot/perl/perlio.c#221 edit
Differences ...
==== //depot/perl/perlio.c#221 (text) ====
Index: perl/perlio.c
--- perl/perlio.c#220~19656~ Mon Jun 2 01:28:51 2003
+++ perl/perlio.c Mon Jun 2 02:02:18 2003
@@ -4814,7 +4814,8 @@
PerlIO *
PerlIO_tmpfile(void)
{
- PerlIO *f = Perl_my_tmpfp();
+ dTHX;
+ PerlIO *f = Perl_my_tmpfp(aTHX);
if (f)
PerlIOBase(f)->flags |= PERLIO_F_TEMP;
End of Patch.