From: Nick Ing-Simmons Date: Wed, 9 May 2001 09:56:59 +0000 (+0000) Subject: MULTIPLICITY/DEBUGGING build fix. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e78a3dd0a001bb9e811c17c95314cd5b6e3113a;p=p5sagit%2Fp5-mst-13.2.git MULTIPLICITY/DEBUGGING build fix. p4raw-id: //depot/perlio@10045 --- diff --git a/run.c b/run.c index 702a9b9..60d591e 100644 --- a/run.c +++ b/run.c @@ -108,7 +108,7 @@ Perl_debop(pTHX_ OP *o) } STATIC CV* -S_deb_curcv(I32 ix) +S_deb_curcv(pTHX_ I32 ix) { #ifdef DEBUGGING PERL_CONTEXT *cx = &cxstack[ix];