mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 04:39:38 +02:00
* fixed for non-x86
This commit is contained in:
parent
92f038ebec
commit
95f6a7a515
@ -2,10 +2,9 @@
|
||||
{ Submitted by "Rob Kolstad" on 2000-11-28 }
|
||||
{ e-mail: kolstad@ace.delos.com }
|
||||
|
||||
{$ifdef cpu68k}
|
||||
{$ifndef cpui386}
|
||||
{$define COMP_IS_INT64}
|
||||
{$endif cpu68k}
|
||||
|
||||
{$endif cpui386}
|
||||
|
||||
var
|
||||
A : array [0..25, 0..100] of comp;
|
||||
|
Loading…
Reference in New Issue
Block a user