Browse Source

* fixed tpropdata record

florian 21 years ago
parent
commit
260ab77923
1 changed files with 6 additions and 3 deletions
  1. 6 3
      rtl/objpas/typinfo.pp

+ 6 - 3
rtl/objpas/typinfo.pp

@@ -139,7 +139,7 @@ unit typinfo;
 {$endif FPC_REQUIRES_PROPER_ALIGNMENT}
       record
         PropCount : Word;
-        PropList : record end;
+        PropList : record _alignmentdummy : ptrint; end;
       end;
 
       PPropInfo = ^TPropInfo;
@@ -1490,7 +1490,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.30  2004-10-10 19:18:31  florian
+  Revision 1.31  2004-11-24 22:27:24  florian
+    * fixed tpropdata record
+
+  Revision 1.30  2004/10/10 19:18:31  florian
     * fixed aligntoptr
 
   Revision 1.29  2004/10/04 21:26:16  florian
@@ -1545,4 +1548,4 @@ end.
 
   Revision 1.13  2002/04/04 18:32:59  peter
     * merged getpropinfo fix
-}
+}