فهرست منبع

- Enumerations no longer compatible with integer types.

daniel 26 سال پیش
والد
کامیت
04b6a51ed8
1فایلهای تغییر یافته به همراه6 افزوده شده و 3 حذف شده
  1. 6 3
      compiler/htypechk.pas

+ 6 - 3
compiler/htypechk.pas

@@ -124,11 +124,11 @@ implementation
                          (not is_boolean(def_to))) then
                        b:=0;
                    end;
-                 enumdef :
+{                 enumdef :
                    begin
                      doconv:=tc_int_2_int;
                      b:=1;
-                   end;
+                   end;}
                end;
              end;
 
@@ -662,7 +662,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.28  1999-06-17 13:19:51  pierre
+  Revision 1.29  1999-06-18 11:02:51  daniel
+  - Enumerations no longer compatible with integer types.
+
+  Revision 1.28  1999/06/17 13:19:51  pierre
    * merged from 0_99_12 branch
 
   Revision 1.27.2.1  1999/06/17 12:51:42  pierre