Browse Source

* Fixed some typo for 64-bit CPUs

git-svn-id: branches/fixes_2_2@6996 -
michael 18 years ago
parent
commit
690a5bc3cb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      rtl/objpas/typinfo.pp

+ 3 - 3
rtl/objpas/typinfo.pp

@@ -839,9 +839,9 @@ begin
   if PropInfo^.PropType^.Kind in [tkInt64,tkQword
   { why do we have to handle classes here, see also below? (FK) }
 {$ifdef cpu64}
-    ,tkInterface,
-    ,tkInterfaceRaw,
-    ,tkDynArray,
+    ,tkInterface
+    ,tkInterfaceRaw
+    ,tkDynArray
     ,tkClass
 {$endif cpu64}
     ] then