mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 10:18:32 +02:00
* ppudump compilation fixed
This commit is contained in:
parent
95d7bdc3da
commit
b891cef5d2
@ -3042,7 +3042,8 @@ const
|
||||
(mask:po_variadic; str: 'C VarArgs with array-of-const para'),
|
||||
(mask:po_objc_related_result_type; str: 'Objective-C related result type'),
|
||||
(mask:po_anonymous; str: 'Anonymous'),
|
||||
(mask:po_wasm_funcref; str: 'WebAssembly funcref')
|
||||
(mask:po_wasm_funcref; str: 'WebAssembly funcref'),
|
||||
(mask:po_wasm_suspending; str: 'WebAssembly suspending')
|
||||
);
|
||||
var
|
||||
proctypeoption : tproctypeoption;
|
||||
|
Loading…
Reference in New Issue
Block a user