Browse Source

+ type TConstExprInt added

florian 25 years ago
parent
commit
797102a0a1
1 changed files with 7 additions and 2 deletions
  1. 7 2
      compiler/cpuinfo.pas

+ 7 - 2
compiler/cpuinfo.pas

@@ -30,6 +30,8 @@ Type
 {$else FPC}
 {$else FPC}
    AWord = Longint;
    AWord = Longint;
 {$endif FPC}
 {$endif FPC}
+   TConstExprInt = longint;
+   TConstExprUInt = dword;
 
 
 Const
 Const
    { Size of native extended type }
    { Size of native extended type }
@@ -40,7 +42,10 @@ Implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2000-07-13 11:32:39  michael
+  Revision 1.3  2000-08-12 06:45:08  florian
+    + type TConstExprInt added
+
+  Revision 1.2  2000/07/13 11:32:39  michael
   + removed logs
   + removed logs
 
 
-}
+}