summaryrefslogtreecommitdiff
path: root/run.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-05-09 09:56:59 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-05-09 09:56:59 +0000
commit7e78a3dd0a001bb9e811c17c95314cd5b6e3113a (patch)
treee54278f5ed8d8e88189f5e1c2b482fad216213c8 /run.c
parent91666d6b9418e2c7ef5cfed66faaab061728297f (diff)
downloadperl-7e78a3dd0a001bb9e811c17c95314cd5b6e3113a.tar.gz
MULTIPLICITY/DEBUGGING build fix.
p4raw-id: //depot/perlio@10045
Diffstat (limited to 'run.c')
-rw-r--r--run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.c b/run.c
index 702a9b99ce..60d591e9a1 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];