diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-28 10:24:52 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-28 10:24:52 +0000 |
commit | 60ad88b8fe9480f2f097fca26f4f3a9f83a4f830 (patch) | |
tree | f603966fee22edfe9ad8fb9dc11fdd4d04b4868a /thrdvar.h | |
parent | ab19240082dfba31ce2fd03e2c5d9e7779bcdc76 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |