summaryrefslogtreecommitdiff
path: root/thrdvar.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-11-28 10:24:52 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-11-28 10:24:52 +0000
commit60ad88b8fe9480f2f097fca26f4f3a9f83a4f830 (patch)
treef603966fee22edfe9ad8fb9dc11fdd4d04b4868a /thrdvar.h
parentab19240082dfba31ce2fd03e2c5d9e7779bcdc76 (diff)
downloadperl-60ad88b8fe9480f2f097fca26f4f3a9f83a4f830.tar.gz
s/Regexp/re/ and clarify policy on lowercased object namespaces
p4raw-id: //depot/perl@2334
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 335ebc4d43..93c4546594 100644
--- a/thrdvar.h
+++ b/thrdvar.h
@@ -161,7 +161,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 `Regexp'
+PERLVARI(Treginterp_cnt,int, 0) /* Whether `re'
was interpolated. */
#ifdef DEBUGGING
PERLVARI(Twatchaddr, char **, 0)