mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:06:14 +02:00
* applied patch by Thaddy de Koning to fix Mantis #35378: correctly declare TNativeIntHelper.MinValue
git-svn-id: trunk@41881 -
This commit is contained in:
parent
44beea91b5
commit
9d10f21b07
@ -523,7 +523,7 @@ Type
|
|||||||
public
|
public
|
||||||
const
|
const
|
||||||
MaxValue = High(NativeInt);
|
MaxValue = High(NativeInt);
|
||||||
MinValue = Low(NativeUInt);
|
MinValue = Low(NativeInt);
|
||||||
Public
|
Public
|
||||||
Class Function Parse(const AString: string): NativeInt; inline; static;
|
Class Function Parse(const AString: string): NativeInt; inline; static;
|
||||||
Class Function Size: Integer; inline; static;
|
Class Function Size: Integer; inline; static;
|
||||||
|
Loading…
Reference in New Issue
Block a user