mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 19:57:20 +01:00
* fixed compilation of ppudump
git-svn-id: branches/wasm@48367 -
This commit is contained in:
parent
5b2b1beec3
commit
811b27ade5
@ -2996,7 +2996,8 @@ const
|
||||
(mask:po_is_auto_setter; str: 'Automatically generated setter'),
|
||||
(mask:po_noinline; str: 'Never inline'),
|
||||
(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_discardresult; str: 'Discard result')
|
||||
);
|
||||
var
|
||||
proctypeoption : tproctypeoption;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user