mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
embed.pl: Add sub-hash
This is in preparation for having a different sub-hash at the same level.
This commit is contained in:
parent
6355afcfa2
commit
b0655cabd0
@ -4778,7 +4778,7 @@ sub set_flags_visibility {
|
||||
$flags =~ s/[^ACE]//g;
|
||||
return unless $flags; # No visibility
|
||||
|
||||
$visibility{$name} = $flags;
|
||||
$visibility{$name}{flags} = $flags;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user