projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6168cf9
)
Foolishly I committed change 23753 before remembering to test without
Nicholas Clark [Wed, 5 Jan 2005 21:36:26 +0000 (21:36 +0000)]
ithreads. No tests => bugs. This should fix them.
p4raw-id: //depot/perl@23755
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
b4b2aad
..
c59d8fb
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-123,7
+123,7
@@
static I32 read_e_script(pTHX_ int idx, SV *buf_sv, int maxlen);
#endif
static void
-S_init_tls_and_interp(pTHX)
+S_init_tls_and_interp(PerlInterpreter *my_perl)
{
if (!PL_curinterp) {
PERL_SET_INTERP(my_perl);