|
@@ -1082,6 +1082,7 @@ implementation
|
|
else
|
|
else
|
|
if (tstringdef(resultdef).stringtype=st_shortstring) and
|
|
if (tstringdef(resultdef).stringtype=st_shortstring) and
|
|
(torddef(left.resultdef).ordtype=uwidechar) and
|
|
(torddef(left.resultdef).ordtype=uwidechar) and
|
|
|
|
+ (left.nodetype=ordconstn) and
|
|
(tcompilerwidechar(tordconstnode(left).value.uvalue) <= 127)
|
|
(tcompilerwidechar(tordconstnode(left).value.uvalue) <= 127)
|
|
then
|
|
then
|
|
begin
|
|
begin
|