summaryrefslogtreecommitdiff
path: root/Porting/leakfinder.pl
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-11-13 22:49:36 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-11-13 22:50:02 -0800
commit19e50f268b9962b5b111844face13b407270b449 (patch)
tree5d1bfea429bd98b03f4f5898d9eef83a6438e563 /Porting/leakfinder.pl
parent1cac5c33e290951fde33491aa5d8e730051f56f8 (diff)
downloadperl-19e50f268b9962b5b111844face13b407270b449.tar.gz
leakfinder.pl: more exceptions
Diffstat (limited to 'Porting/leakfinder.pl')
-rw-r--r--Porting/leakfinder.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Porting/leakfinder.pl b/Porting/leakfinder.pl
index d276563f42..d8021968e6 100644
--- a/Porting/leakfinder.pl
+++ b/Porting/leakfinder.pl
@@ -50,6 +50,8 @@ end
BEGIN {
@exceptions = split /^/, <<'end';
+$aliases{$code_point} = [ $aliases{$code_point} ];
+$aliases_maps->[$i] = [ $aliases_maps->[$i] ]
$allow ? $hash{$acc} = $allow : push @list, $acc;
$args{include_dirs} = [ $args{include_dirs} ]
$ARRAY[++$#ARRAY] = $value;