mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 06:19:28 +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}
|
{$ifdef cpu8086}
|
||||||
{$define cpusmall}
|
{$define cpusmall}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$ifdef cpui8086}
|
||||||
|
{$define cpusmall}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{ REAL should map to single or double }
|
{ REAL should map to single or double }
|
||||||
{ so it is not checked, since single }
|
{ so it is not checked, since single }
|
||||||
|
@ -38,6 +38,9 @@
|
|||||||
{$ifdef cpu8086}
|
{$ifdef cpu8086}
|
||||||
{$define cpusmall}
|
{$define cpusmall}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$ifdef cpui8086}
|
||||||
|
{$define cpusmall}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{ REAL should map to single or double }
|
{ REAL should map to single or double }
|
||||||
{ so it is not checked, since single }
|
{ so it is not checked, since single }
|
||||||
|
@ -38,6 +38,9 @@
|
|||||||
{$ifdef cpu8086}
|
{$ifdef cpu8086}
|
||||||
{$define cpusmall}
|
{$define cpusmall}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$ifdef cpui8086}
|
||||||
|
{$define cpusmall}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{ REAL should map to single or double }
|
{ REAL should map to single or double }
|
||||||
{ so it is not checked, since single }
|
{ so it is not checked, since single }
|
||||||
|
@ -40,6 +40,9 @@
|
|||||||
{$ifdef cpu8086}
|
{$ifdef cpu8086}
|
||||||
{$define cpusmall}
|
{$define cpusmall}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$ifdef cpui8086}
|
||||||
|
{$define cpusmall}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{ REAL should map to single or double }
|
{ REAL should map to single or double }
|
||||||
{ so it is not checked, since single }
|
{ so it is not checked, since single }
|
||||||
|
@ -38,6 +38,9 @@
|
|||||||
{$ifdef cpu8086}
|
{$ifdef cpu8086}
|
||||||
{$define cpusmall}
|
{$define cpusmall}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$ifdef cpui8086}
|
||||||
|
{$define cpusmall}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{ REAL should map to single or double }
|
{ REAL should map to single or double }
|
||||||
{ so it is not checked, since single }
|
{ so it is not checked, since single }
|
||||||
|
@ -38,6 +38,9 @@
|
|||||||
{$ifdef cpu8086}
|
{$ifdef cpu8086}
|
||||||
{$define cpusmall}
|
{$define cpusmall}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$ifdef cpui8086}
|
||||||
|
{$define cpusmall}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{ REAL should map to single or double }
|
{ REAL should map to single or double }
|
||||||
{ so it is not checked, since single }
|
{ so it is not checked, since single }
|
||||||
|
@ -38,6 +38,9 @@
|
|||||||
{$ifdef cpu8086}
|
{$ifdef cpu8086}
|
||||||
{$define cpusmall}
|
{$define cpusmall}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$ifdef cpui8086}
|
||||||
|
{$define cpusmall}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
{ REAL should map to single or double }
|
{ REAL should map to single or double }
|
||||||
{ so it is not checked, since single }
|
{ so it is not checked, since single }
|
||||||
|
Loading…
Reference in New Issue
Block a user