projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
91666d6
)
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
patch
|
blob
|
blame
|
history
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];