embed.pl: Rename variable

The new name reflects the source of the data being examined.
This commit is contained in:
Karl Williamson 2025-12-14 03:56:48 -07:00 committed by Karl Williamson
parent c33265be37
commit f3e59cad18

View File

@ -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