Skip to content

Commit 6514e1b

Browse files
committed
makedef.pl: Remove nonsensical comment
The 'o' flag requires a Perl_prefix, so shouldn't skip it. Perhaps it was a typo, meant to be the 'O' flag. But that flag now also requires the p flags, so also a Perl_prefix.
1 parent e44096d commit 6514e1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

makedef.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,6 @@ sub readvar {
813813
# within the block, as the *first* definition may have flags which
814814
# mean "don't export"
815815
next if $seen{$func}++;
816-
# Should we also skip adding the Perl_ prefix if $flags =~ /o/ ?
817816
$func = "Perl_$func" if ($flags =~ /[psX]/ && $func !~ /^Perl_/);
818817
++$export{$func} unless exists $skip{$func};
819818
}

0 commit comments

Comments
 (0)