mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
exported symbols may be weak, so allow symbols marked as W
This commit is contained in:
parent
70ab28f907
commit
dbd18f639c
@ -177,7 +177,7 @@ sub build_ref_tables
|
||||
} else {
|
||||
# exporting all symbols
|
||||
foreach ( @$sym_ar ) {
|
||||
/ [ABCDGRST] (.*)$/ and do {
|
||||
/ [ABCDGRSTW] (.*)$/ and do {
|
||||
warn "syma = $1\n" if $verbose;
|
||||
$exp->{$1} = $name;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user