mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 17:30:21 +02:00
* fix compilation
git-svn-id: trunk@39132 -
This commit is contained in:
parent
052da5c921
commit
e8153df7b7
@ -27,10 +27,10 @@ const
|
|||||||
|
|
||||||
{$ifdef cpu68k}
|
{$ifdef cpu68k}
|
||||||
{$define use_small}
|
{$define use_small}
|
||||||
{endif}
|
{$endif}
|
||||||
{$ifdef cpui8086}
|
{$ifdef cpui8086}
|
||||||
{$define use_small}
|
{$define use_small}
|
||||||
{endif}
|
{$endif}
|
||||||
{$ifdef use_small}
|
{$ifdef use_small}
|
||||||
MAX_DISP = 32767;
|
MAX_DISP = 32767;
|
||||||
{$else}
|
{$else}
|
||||||
|
Loading…
Reference in New Issue
Block a user