From 7e78a3dd0a001bb9e811c17c95314cd5b6e3113a Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Wed, 9 May 2001 09:56:59 +0000 Subject: [PATCH] MULTIPLICITY/DEBUGGING build fix. p4raw-id: //depot/perlio@10045 --- run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 1.8.3.1