Przeglądaj źródła

- Enumerations no longer compatible with integer types

daniel 26 lat temu
rodzic
commit
ac737dfabc
1 zmienionych plików z 6 dodań i 3 usunięć
  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.27.2.1  1999-06-17 12:51:42  pierre
+  Revision 1.27.2.2  1999-06-18 10:56:58  daniel
+  - Enumerations no longer compatible with integer types
+
+  Revision 1.27.2.1  1999/06/17 12:51:42  pierre
    * changed is_assignment_overloaded into
       function assignment_overloaded : pprocdef
       to allow overloading of assignment with only different result type