فهرست منبع

+ added define 64bit

florian 23 سال پیش
والد
کامیت
739af6f57d
1فایلهای تغییر یافته به همراه8 افزوده شده و 1 حذف شده
  1. 8 1
      compiler/fpcdefs.inc

+ 8 - 1
compiler/fpcdefs.inc

@@ -34,10 +34,17 @@
 {$endif i386}
 {$endif i386}
 {$ifdef x86_64}
 {$ifdef x86_64}
   {$define x86}
   {$define x86}
+  {$define 64bit}
 {$endif x86_64}
 {$endif x86_64}
+{$ifdef alpha}
+  {$define 64bit}
+{$endif alpha}
 {
 {
   $Log$
   $Log$
-  Revision 1.9  2002-09-07 15:25:02  peter
+  Revision 1.10  2002-09-29 23:19:05  florian
+    + added define 64bit
+
+  Revision 1.9  2002/09/07 15:25:02  peter
     * old logs removed and tabs fixed
     * old logs removed and tabs fixed
 
 
   Revision 1.8  2002/08/30 13:42:29  mazen
   Revision 1.8  2002/08/30 13:42:29  mazen