mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 16:09:31 +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
|
||||
const
|
||||
MaxValue = High(NativeInt);
|
||||
MinValue = Low(NativeUInt);
|
||||
MinValue = Low(NativeInt);
|
||||
Public
|
||||
Class Function Parse(const AString: string): NativeInt; inline; static;
|
||||
Class Function Size: Integer; inline; static;
|
||||
|
Loading…
Reference in New Issue
Block a user