mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
embed.pl: Rename variable
The new name reflects the source of the data being examined.
This commit is contained in:
parent
c33265be37
commit
f3e59cad18
@ -4847,7 +4847,7 @@ sub process_apidoc_lines {
|
||||
}
|
||||
|
||||
sub find_undefs {
|
||||
my $all = shift; # embed.fnc data
|
||||
my $fnc = shift; # embed.fnc data
|
||||
|
||||
# This program attempts to enforce macro visibility restrictions outside
|
||||
# core. This subroutine finds the symbols that need to be undefined when
|
||||
@ -4862,7 +4862,7 @@ sub find_undefs {
|
||||
# default, unless overridden by a visibility flag. #ifdefs can further
|
||||
# restrict the visibility.
|
||||
|
||||
foreach my $entry ($all->@*) {
|
||||
foreach my $entry ($fnc->@*) {
|
||||
|
||||
# Only lines that have this are interesting to us. Lines that don't
|
||||
# have it are typically '#if' lines in the file. (These are
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user