* also compare convnodeflags in ttypeconvnode.docompare

git-svn-id: trunk@38669 -
This commit is contained in:
nickysn 2018-04-03 15:03:40 +00:00
parent da609779d2
commit c9aecb8e94

View File

@ -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;