mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 00:07:28 +01:00
* map comp to int64 for the powerpc
This commit is contained in:
parent
2c60fab4a4
commit
6a0da8d89d
@ -118,6 +118,9 @@ Type
|
||||
ValSInt = Longint;
|
||||
ValUInt = Cardinal;
|
||||
ValReal = Double;
|
||||
|
||||
{ map comp to int64, but this doesn't mean to compile the comp support in! }
|
||||
Comp = Int64;
|
||||
{$endif powerpc}
|
||||
|
||||
{ Zero - terminated strings }
|
||||
@ -593,7 +596,10 @@ const
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.55 2002-09-26 21:50:37 florian
|
||||
Revision 1.56 2002-09-28 21:18:02 florian
|
||||
* map comp to int64 for the powerpc
|
||||
|
||||
Revision 1.55 2002/09/26 21:50:37 florian
|
||||
+ some WideString<->AnsiString conversion functions added
|
||||
|
||||
Revision 1.54 2002/09/07 21:20:50 carl
|
||||
@ -657,4 +663,4 @@ const
|
||||
instead of direct comparisons of low/high values of orddefs because
|
||||
qword is a special case
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user