Skip to content

Commit 4176141

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. The previous commit added handling for that flag.
1 parent bb9d690 commit 4176141

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
my $prefix = ($flags =~ /[psX]/) ? 'Perl_'
818817
: ($flags =~ /O/) ? 'perl_'
819818
: "";

0 commit comments

Comments
 (0)