merge r14140 from cpstrnew branch by paul:

prefer exact string const matches

git-svn-id: trunk@19096 -
This commit is contained in:
paul 2011-09-17 11:48:18 +00:00
parent ad8195e9ae
commit 8f3f583199

View File

@ -346,7 +346,7 @@ implementation
else if tstringdef(def_to).stringtype in [st_widestring,st_unicodestring] then
eq:=te_convert_l2
else
eq:=te_equal;
eq:=te_convert_l1;
end;
end
else