MULTIPLICITY/DEBUGGING build fix.
Nick Ing-Simmons [Wed, 9 May 2001 09:56:59 +0000 (09:56 +0000)]
p4raw-id: //depot/perlio@10045

run.c

diff --git a/run.c b/run.c
index 702a9b9..60d591e 100644 (file)
--- 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];