|
@@ -354,9 +354,12 @@ implementation
|
|
|
if is_shortstring(p^.left^.resulttype) and
|
|
|
not (p^.concat_string) then
|
|
|
begin
|
|
|
+{$ifdef UseAnsiString}
|
|
|
if is_ansistring(p^.right^.resulttype) then
|
|
|
loadansi2short(p^.right,p^.left)
|
|
|
else
|
|
|
+{$endif UseAnsiString}
|
|
|
+
|
|
|
begin
|
|
|
{ we do not need destination anymore }
|
|
|
del_reference(p^.left^.location.reference);
|
|
@@ -559,7 +562,10 @@ implementation
|
|
|
end.
|
|
|
{
|
|
|
$Log$
|
|
|
- Revision 1.16 1998-09-20 17:46:48 florian
|
|
|
+ Revision 1.17 1998-09-20 18:00:19 florian
|
|
|
+ * small compiling problems fixed
|
|
|
+
|
|
|
+ Revision 1.16 1998/09/20 17:46:48 florian
|
|
|
* some things regarding ansistrings fixed
|
|
|
|
|
|
Revision 1.15 1998/09/17 09:42:16 peter
|