mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 16:39:19 +02:00
* ppudump compilation fixed
This commit is contained in:
parent
93438ef1a5
commit
33fb887479
@ -3041,7 +3041,8 @@ const
|
|||||||
(mask:po_noinline; str: 'Never inline'),
|
(mask:po_noinline; str: 'Never inline'),
|
||||||
(mask:po_variadic; str: 'C VarArgs with array-of-const para'),
|
(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_objc_related_result_type; str: 'Objective-C related result type'),
|
||||||
(mask:po_anonymous; str: 'Anonymous')
|
(mask:po_anonymous; str: 'Anonymous'),
|
||||||
|
(mask:po_wasm_funcref; str: 'WebAssembly funcref')
|
||||||
);
|
);
|
||||||
var
|
var
|
||||||
proctypeoption : tproctypeoption;
|
proctypeoption : tproctypeoption;
|
||||||
|
Loading…
Reference in New Issue
Block a user