This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Add flag for /l occurring anywhere
authorKarl Williamson <public@khwilliamson.com>
Thu, 17 Mar 2011 15:40:13 +0000 (09:40 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 17 Mar 2011 17:00:49 +0000 (11:00 -0600)
commit4624b182010d01667569dd065b1c4896b5a51c95
treeb831a542a51e8e449d5ef4c4919bf63231ca8f49
parent77c56ef30564a620a41586e5037c61a4a616a695
regcomp.c: Add flag for /l occurring anywhere

If any part of a pattern has /l, this flag will get set; for future
use.
regcomp.c