瀏覽代碼

* also compare convnodeflags in ttypeconvnode.docompare

git-svn-id: trunk@38669 -
nickysn 7 年之前
父節點
當前提交
c9aecb8e94
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/ncnv.pas

+ 1 - 0
compiler/ncnv.pas

@@ -3947,6 +3947,7 @@ implementation
         docompare :=
           inherited docompare(p) and
           (convtype = ttypeconvnode(p).convtype) and
+          (convnodeflags = ttypeconvnode(p).convnodeflags) and
           equal_defs(totypedef,ttypeconvnode(p).totypedef);
       end;