mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 00:59:17 +02:00
* formatting
This commit is contained in:
parent
87ae1e9529
commit
f7f1d36a1e
@ -224,9 +224,9 @@ implementation
|
|||||||
;
|
;
|
||||||
|
|
||||||
function is_wasm_funcref(p: tdef): boolean;
|
function is_wasm_funcref(p: tdef): boolean;
|
||||||
begin
|
begin
|
||||||
result:=(p.typ=procvardef) and (po_wasm_funcref in tprocvardef(p).procoptions);
|
result:=(p.typ=procvardef) and (po_wasm_funcref in tprocvardef(p).procoptions);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function is_wasm_externref(p: tdef): boolean;
|
function is_wasm_externref(p: tdef): boolean;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user