|
@@ -517,7 +517,6 @@ implementation
|
|
|
|
|
|
begin
|
|
begin
|
|
inherited create(assignn,l,r);
|
|
inherited create(assignn,l,r);
|
|
- l.mark_write;
|
|
|
|
assigntype:=at_normal;
|
|
assigntype:=at_normal;
|
|
if r.nodetype = typeconvn then
|
|
if r.nodetype = typeconvn then
|
|
ttypeconvnode(r).warn_pointer_to_signed:=false;
|
|
ttypeconvnode(r).warn_pointer_to_signed:=false;
|
|
@@ -587,6 +586,8 @@ implementation
|
|
|
|
|
|
typecheckpass(left);
|
|
typecheckpass(left);
|
|
|
|
|
|
|
|
+ left.mark_write;
|
|
|
|
+
|
|
{ PI. This is needed to return correct resultdef of add nodes for ansistrings
|
|
{ PI. This is needed to return correct resultdef of add nodes for ansistrings
|
|
rawbytestring return needs to be replaced by left.resultdef }
|
|
rawbytestring return needs to be replaced by left.resultdef }
|
|
oldassignmentnode:=aktassignmentnode;
|
|
oldassignmentnode:=aktassignmentnode;
|