mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:39:25 +02:00
Also define CPUSMALL macro if CPUI8086 is defined
git-svn-id: trunk@33771 -
This commit is contained in:
parent
6646a0d29f
commit
ba509152b8
@ -38,6 +38,9 @@
|
||||
{$ifdef cpu8086}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
{$ifdef cpui8086}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
|
||||
{ REAL should map to single or double }
|
||||
{ so it is not checked, since single }
|
||||
|
@ -38,6 +38,9 @@
|
||||
{$ifdef cpu8086}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
{$ifdef cpui8086}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
|
||||
{ REAL should map to single or double }
|
||||
{ so it is not checked, since single }
|
||||
|
@ -38,6 +38,9 @@
|
||||
{$ifdef cpu8086}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
{$ifdef cpui8086}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
|
||||
{ REAL should map to single or double }
|
||||
{ so it is not checked, since single }
|
||||
|
@ -40,6 +40,9 @@
|
||||
{$ifdef cpu8086}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
{$ifdef cpui8086}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
|
||||
{ REAL should map to single or double }
|
||||
{ so it is not checked, since single }
|
||||
|
@ -38,6 +38,9 @@
|
||||
{$ifdef cpu8086}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
{$ifdef cpui8086}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
|
||||
{ REAL should map to single or double }
|
||||
{ so it is not checked, since single }
|
||||
|
@ -38,6 +38,9 @@
|
||||
{$ifdef cpu8086}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
{$ifdef cpui8086}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
|
||||
{ REAL should map to single or double }
|
||||
{ so it is not checked, since single }
|
||||
|
@ -38,6 +38,9 @@
|
||||
{$ifdef cpu8086}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
{$ifdef cpui8086}
|
||||
{$define cpusmall}
|
||||
{$endif}
|
||||
|
||||
{ REAL should map to single or double }
|
||||
{ so it is not checked, since single }
|
||||
|
Loading…
Reference in New Issue
Block a user