mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:39:31 +02:00
* don't redefine smallint type (fixes mantis #14104)
git-svn-id: trunk@13370 -
This commit is contained in:
parent
a01d93dda0
commit
4987dbbf41
@ -186,7 +186,9 @@
|
||||
|
||||
|
||||
type
|
||||
{$ifndef fpc}
|
||||
smallint = -32768..32767;
|
||||
{$endif}
|
||||
|
||||
TResolutionRec = record
|
||||
x,y: longint;
|
||||
|
Loading…
Reference in New Issue
Block a user