diff options
author | Benjamin Sugars <bsugars@canoe.ca> | 2001-05-06 08:54:13 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-07 01:34:38 +0000 |
commit | 53a2efa2dc68a3abcc2483f05bd06213caea8bbd (patch) | |
tree | 0bf40d9ffc9f9b06c3921ed36fe4478a5cb8ca97 /proto.h | |
parent | 9969eac4caad73a7363479eb01ac114ae3164fac (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |