diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1998-11-27 11:16:48 -0500 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-28 19:23:53 +0000 |
commit | 364723c2ea2c2681016fad994c4f40cc3a0bb17d (patch) | |
tree | 4e88b4c147419b329cbaad35a2788a43645d09da /thrdvar.h | |
parent | d88dccdfb395b1157f084b2065b4dae06e68381b (diff) | |
download | perl-364723c2ea2c2681016fad994c4f40cc3a0bb17d.tar.gz |
better -Mre=debugcolor
Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@2371
Diffstat (limited to 'thrdvar.h')
-rw-r--r-- | thrdvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -167,6 +167,7 @@ PERLVARI(Tregexecp, regexec_t, FUNC_NAME_TO_PTR(regexec_flags)) /* Pointer to RE executer */ PERLVARI(Treginterp_cnt,int, 0) /* Whether `re' was interpolated. */ +PERLVARI(Treg_starttry, char *, 0) /* -Dr: where regtry was called. */ #ifdef DEBUGGING PERLVARI(Twatchaddr, char **, 0) PERLVAR(Twatchok, char *) |