From: Nicholas Clark Date: Wed, 5 Jan 2005 21:36:26 +0000 (+0000) Subject: Foolishly I committed change 23753 before remembering to test without X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=daa7d858611c04f05c8f8e9aadf2e84dafe7e1e8;p=p5sagit%2Fp5-mst-13.2.git Foolishly I committed change 23753 before remembering to test without ithreads. No tests => bugs. This should fix them. p4raw-id: //depot/perl@23755 --- diff --git a/perl.c b/perl.c index b4b2aad..c59d8fb 100644 --- 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);