summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorBenjamin Sugars <bsugars@canoe.ca>2001-05-06 08:54:13 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-07 01:34:38 +0000
commit53a2efa2dc68a3abcc2483f05bd06213caea8bbd (patch)
tree0bf40d9ffc9f9b06c3921ed36fe4478a5cb8ca97 /proto.h
parent9969eac4caad73a7363479eb01ac114ae3164fac (diff)
downloadperl-53a2efa2dc68a3abcc2483f05bd06213caea8bbd.tar.gz
Help -Dt show correct pad variables
Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain> p4raw-id: //depot/perl@10015
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index cc4050d86e..c8b5aa653c 100644
--- a/proto.h
+++ b/proto.h
@@ -1175,6 +1175,7 @@ STATIC char* S_find_byclass(pTHX_ regexp * prog, regnode *c, char *s, char *stre
#endif
#if defined(PERL_IN_RUN_C) || defined(PERL_DECL_PROT)
+STATIC CV* S_deb_curcv(pTHX_ I32 ix);
STATIC void S_debprof(pTHX_ OP *o);
#endif