mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 22:20:19 +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}
|
||||
{$define use_small}
|
||||
{endif}
|
||||
{$endif}
|
||||
{$ifdef cpui8086}
|
||||
{$define use_small}
|
||||
{endif}
|
||||
{$endif}
|
||||
{$ifdef use_small}
|
||||
MAX_DISP = 32767;
|
||||
{$else}
|
||||
|
Loading…
Reference in New Issue
Block a user