summaryrefslogtreecommitdiff
path: root/thrdvar.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-11-27 11:16:48 -0500
committerGurusamy Sarathy <gsar@cpan.org>1998-11-28 19:23:53 +0000
commit364723c2ea2c2681016fad994c4f40cc3a0bb17d (patch)
tree4e88b4c147419b329cbaad35a2788a43645d09da /thrdvar.h
parentd88dccdfb395b1157f084b2065b4dae06e68381b (diff)
downloadperl-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thrdvar.h b/thrdvar.h
index 7c722598ab..d9cb9c6334 100644
--- a/thrdvar.h
+++ b/thrdvar.h
@@ -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 *)