From: Karl Williamson Date: Mon, 19 Jul 2010 23:18:03 +0000 (-0600) Subject: ext/B/defsubs_h.PL: add explanatory comment X-Git-Tag: accepted/trunk/20130322.191538~8275 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da8c672f150c6ab47d445e49988200f03f5123a4;p=platform%2Fupstream%2Fperl.git ext/B/defsubs_h.PL: add explanatory comment --- diff --git a/ext/B/defsubs_h.PL b/ext/B/defsubs_h.PL index 98a3e8b..f8fa1ed 100644 --- a/ext/B/defsubs_h.PL +++ b/ext/B/defsubs_h.PL @@ -72,6 +72,10 @@ if ($] < 5.011) { doconst(CVf_LOCKED); } +# First element in each tuple is the file; second is a regex snippet +# giving the prefix to limit the names of symbols to define that come +# from that file. If none, all symbols will be defined whose values +# match the pattern below. foreach my $tuple (['op.h'],['cop.h'],['regexp.h','RXf_']) { my $file = $tuple->[0];