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