Browse Source

* map comp to int64 for the powerpc

florian 23 years ago
parent
commit
6a0da8d89d
1 changed files with 8 additions and 2 deletions
  1. 8 2
      rtl/inc/systemh.inc

+ 8 - 2
rtl/inc/systemh.inc

@@ -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
 
-}
+}