there is no need for these wildcards
This commit is contained in:
parent
b5642b361f
commit
38780aa5a4
1 changed files with 7 additions and 6 deletions
|
|
@ -1,11 +1,12 @@
|
|||
CODEABI_1.0 {
|
||||
# Define which symbols to export.
|
||||
global: *add_one_int*;
|
||||
*printer*;
|
||||
*test_stack_spill*;
|
||||
*get_unsigned_int*;
|
||||
*add_int16*;
|
||||
*add_short_to_long*;
|
||||
global:
|
||||
add_one_int;
|
||||
printer;
|
||||
test_stack_spill;
|
||||
get_unsigned_int;
|
||||
add_int16;
|
||||
add_short_to_long;
|
||||
# The rest remains private.
|
||||
local: *;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue