Browse Source

* typecheck after converting type to constant set

git-svn-id: trunk@10081 -
peter 17 years ago
parent
commit
74f21d7bc3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/nset.pas

+ 1 - 0
compiler/nset.pas

@@ -230,6 +230,7 @@ implementation
              dispose(pst);
              dispose(pst);
              right.free;
              right.free;
              right:=t;
              right:=t;
+             typecheckpass(right);
            end;
            end;
 
 
          typecheckpass(left);
          typecheckpass(left);