Bläddra i källkod

* Fix from Peter

marco 22 år sedan
förälder
incheckning
73544b2b71
1 ändrade filer med 5 tillägg och 1 borttagningar
  1. 5 1
      rtl/objpas/typinfo.pp

+ 5 - 1
rtl/objpas/typinfo.pp

@@ -623,6 +623,7 @@ begin
              Value:=Value and $ff;
            tkWChar:
              Value:=Value and $ffff;
+	   tkEnumeration,
            tkInteger:
              case GetTypeData(TypeInfo)^.OrdType of
                 otSWord,otUWord:
@@ -1213,7 +1214,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.17  2003-10-17 20:58:27  olle
+  Revision 1.18  2003-10-24 08:37:20  marco
+   * Fix from Peter
+
+  Revision 1.17  2003/10/17 20:58:27  olle
     * Changed m68k to cpum68k, i386 to cpui386
 
   Revision 1.16  2003/04/24 11:46:25  florian