summaryrefslogtreecommitdiff
path: root/ext/re
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-11-29 12:11:28 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-11-29 12:11:28 +0000
commit9cfe5470b44e33f00045a3b9c3128c6ade6e813f (patch)
tree0e081944b8d49604455e28b2dd5fd7555370db7d /ext/re
parent7957ad98fb4b8d8bd28e35e4d1de3a2d6a7acfb9 (diff)
downloadperl-9cfe5470b44e33f00045a3b9c3128c6ade6e813f.tar.gz
Document the hint constants and where they're used.
p4raw-id: //depot/perl@18217
Diffstat (limited to 'ext/re')
-rw-r--r--ext/re/re.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/re/re.pm b/ext/re/re.pm
index 95e2540760..6720a7bdb6 100644
--- a/ext/re/re.pm
+++ b/ext/re/re.pm
@@ -77,8 +77,8 @@ See L<perlmodlib/Pragmatic Modules>.
# N.B. File::Basename contains a literal for 'taint' as a fallback. If
# taint is changed here, File::Basename must be updated as well.
my %bitmask = (
-taint => 0x00100000,
-eval => 0x00200000,
+taint => 0x00100000, # HINT_RE_TAINT
+eval => 0x00200000, # HINT_RE_EVAL
);
sub setcolor {