mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 10:49:30 +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! }
|
{ map comp to int64, but this doesn't mean to compile the comp support in! }
|
||||||
Comp = Int64;
|
Comp = Int64;
|
||||||
|
PComp = ^Comp;
|
||||||
{$endif CPUPOWERPC}
|
{$endif CPUPOWERPC}
|
||||||
|
|
||||||
{$ifdef CPUSPARC}
|
{$ifdef CPUSPARC}
|
||||||
@ -665,7 +666,10 @@ const
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* make HResult unique type
|
||||||
|
|
||||||
Revision 1.64 2003/03/17 14:30:11 peter
|
Revision 1.64 2003/03/17 14:30:11 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user