mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 07:28:26 +02:00
merge r14140 from cpstrnew branch by paul:
prefer exact string const matches git-svn-id: trunk@19096 -
This commit is contained in:
parent
ad8195e9ae
commit
8f3f583199
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user