mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 05:08:06 +02:00
* eo_promising renamed eo_promising_first
This commit is contained in:
parent
4d62764fa3
commit
c6b059ede6
@ -38,7 +38,7 @@ type
|
||||
eo_index,
|
||||
eo_name,
|
||||
eo_no_sym_name, { don't try to use another mangled name if symbol is known }
|
||||
eo_promising
|
||||
eo_promising_first
|
||||
);
|
||||
texportoptions=set of texportoption;
|
||||
|
||||
|
@ -179,7 +179,7 @@ implementation
|
||||
if try_to_consume(_PROMISING) then
|
||||
begin
|
||||
if target_info.system in systems_wasm then
|
||||
include(options,eo_promising);
|
||||
include(options,eo_promising_first);
|
||||
end;
|
||||
if (DefString<>'') and UseDeffileForExports then
|
||||
DefFile.AddExport(DefString);
|
||||
|
@ -250,7 +250,7 @@ var
|
||||
pd: tcpuprocdef;
|
||||
begin
|
||||
pd:=tcpuprocdef(tprocsym(hp.sym).ProcdefList[0]);
|
||||
if eo_promising in hp.options then
|
||||
if eo_promising_first in hp.options then
|
||||
begin
|
||||
pd.synthetickind:=tsk_wasm_promising;
|
||||
pd.promising_export_name:=hp.name^;
|
||||
|
Loading…
Reference in New Issue
Block a user