Sfoglia il codice sorgente

* alignment for sparc fixed

florian 21 anni fa
parent
commit
f46756e96b
1 ha cambiato i file con 7 aggiunte e 4 eliminazioni
  1. 7 4
      rtl/unix/dos.pp

+ 7 - 4
rtl/unix/dos.pp

@@ -22,9 +22,9 @@ Const
 Type
 
   SearchRec =
-{$ifndef ARM}
+{$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}
     packed
-{$endif ARM}
+{$endif FPC_REQUIRES_PROPER_ALIGNMENT}
     Record
   {Fill : array[1..21] of byte;  Fill replaced with below}
     SearchNum  : LongInt;     {to track which search this is}
@@ -836,7 +836,10 @@ End.
 
 {
   $Log$
-  Revision 1.33  2004-07-25 22:46:34  olle
+  Revision 1.34  2004-08-14 14:22:17  florian
+    * alignment for sparc fixed
+
+  Revision 1.33  2004/07/25 22:46:34  olle
     * envstr now returns empty string when index out of bounds
 
   Revision 1.32  2004/03/14 18:42:39  peter
@@ -901,4 +904,4 @@ End.
   Revision 1.12  2002/09/07 16:01:27  peter
     * old logs removed and tabs fixed
 
-}
+}