mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 22:09:18 +02:00
+ powerpc defines now pcomp as well
This commit is contained in:
parent
58357a999c
commit
6016a91ba5
@ -134,6 +134,7 @@ Type
|
||||
|
||||
{ map comp to int64, but this doesn't mean to compile the comp support in! }
|
||||
Comp = Int64;
|
||||
PComp = ^Comp;
|
||||
{$endif CPUPOWERPC}
|
||||
|
||||
{$ifdef CPUSPARC}
|
||||
@ -665,7 +666,10 @@ const
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.65 2003-04-01 15:36:31 peter
|
||||
Revision 1.66 2003-04-23 22:46:41 florian
|
||||
+ powerpc defines now pcomp as well
|
||||
|
||||
Revision 1.65 2003/04/01 15:36:31 peter
|
||||
* make HResult unique type
|
||||
|
||||
Revision 1.64 2003/03/17 14:30:11 peter
|
||||
|
Loading…
Reference in New Issue
Block a user