mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-24 13:09:16 +02:00
* the default packrecords setting changed to 1 on i8086 for Turbo Pascal 7
compatibility git-svn-id: trunk@25718 -
This commit is contained in:
parent
9d1ba65cec
commit
8fad859161
@ -397,7 +397,11 @@ interface
|
||||
setalloc : 0;
|
||||
packenum : 4;
|
||||
|
||||
{$ifdef i8086}
|
||||
packrecords : 1;
|
||||
{$else i8086}
|
||||
packrecords : 0;
|
||||
{$endif i8086}
|
||||
maxfpuregisters : 0;
|
||||
|
||||
{ Note: GENERIC_CPU is sued together with generic subdirectory to
|
||||
|
Loading…
Reference in New Issue
Block a user