mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 00:40:30 +02:00
* fix typo in comment
This commit is contained in:
parent
d5c1533377
commit
3dc64dd67e
@ -58,7 +58,7 @@ interface
|
||||
(to prevent it from potentially happening again in a wrong context in case of constant propagation or so) }
|
||||
cnf_ignore_visibility, { internally generated call that should ignore visibility checks }
|
||||
cnf_check_fpu_exceptions, { after the call fpu exceptions shall be checked }
|
||||
cnf_ignore_devirt_wpo { ignore this call for devirtualisatio info tracking: calls to newinstance generated by the compiler do not result in extra class types being instanced }
|
||||
cnf_ignore_devirt_wpo { ignore this call for devirtualisation info tracking: calls to newinstance generated by the compiler do not result in extra class types being instanced }
|
||||
);
|
||||
tcallnodeflags = set of tcallnodeflag;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user