summaryrefslogtreecommitdiff
path: root/thrdvar.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-11-29 10:48:39 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-11-29 10:48:39 +0000
commit57668c4d7bc86e7fbc7116d331d73409d0afeaa8 (patch)
tree0b1ba090d0b13f7d676e271958c0464d3c477b33 /thrdvar.h
parent5f2d631d316df23ef6c85417f986072d5c8e5834 (diff)
downloadperl-57668c4d7bc86e7fbc7116d331d73409d0afeaa8.tar.gz
backout change#2334
p4raw-link: @2334 on //depot/perl: 60ad88b8fe9480f2f097fca26f4f3a9f83a4f830 p4raw-id: //depot/perl@2383
Diffstat (limited to 'thrdvar.h')
-rw-r--r--thrdvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thrdvar.h b/thrdvar.h
index cb39d0896d..39405e105c 100644
--- a/thrdvar.h
+++ b/thrdvar.h
@@ -167,7 +167,7 @@ PERLVARI(Tregcompp, regcomp_t, FUNC_NAME_TO_PTR(pregcomp))
/* Pointer to RE compiler */
PERLVARI(Tregexecp, regexec_t, FUNC_NAME_TO_PTR(regexec_flags))
/* Pointer to RE executer */
-PERLVARI(Treginterp_cnt,int, 0) /* Whether `re'
+PERLVARI(Treginterp_cnt,int, 0) /* Whether `Regexp'
was interpolated. */
PERLVARI(Treg_starttry, char *, 0) /* -Dr: where regtry was called. */
#ifdef DEBUGGING