* Refer to mainunit for lazarus IDE

This commit is contained in:
Michael VAN CANNEYT 2023-01-06 16:33:54 +01:00 committed by Michaël Van Canneyt
parent 1ee1040bce
commit 9320118189
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
{%MainUnit sysutils.pp}
Class Function TBOOLHELPER.Parse(const S: string): Boolean; inline; static;

View File

@ -1,3 +1,4 @@
{%MainUnit sysutils.pp}
Class Function TFLOATHELPER.IsNan(const AValue: FLOATTYPE): Boolean; overload; inline; static;
begin