projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
96d9c00
)
I thought I tried building threaded. Never think. Try.
Jarkko Hietaniemi [Mon, 2 Jun 2003 09:02:18 +0000 (09:02 +0000)]
p4raw-id: //depot/perl@19658
perlio.c
patch
|
blob
|
blame
|
history
diff --git
a/perlio.c
b/perlio.c
index
ae3e051
..
1cdd8c4
100644
(file)
--- a/
perlio.c
+++ b/
perlio.c
@@
-4814,7
+4814,8
@@
PerlIO_stdoutf(const char *fmt, ...)
PerlIO *
PerlIO_tmpfile(void)
{
- PerlIO *f = Perl_my_tmpfp();
+ dTHX;
+ PerlIO *f = Perl_my_tmpfp(aTHX);
if (f)
PerlIOBase(f)->flags |= PERLIO_F_TEMP;