|
@@ -474,7 +474,7 @@ implementation
|
|
end;
|
|
end;
|
|
candidates.free;
|
|
candidates.free;
|
|
|
|
|
|
- inc(operpd.procsym.refs);
|
|
|
|
|
|
+ addsymref(operpd.procsym);
|
|
|
|
|
|
{ the nil as symtable signs firstcalln that this is
|
|
{ the nil as symtable signs firstcalln that this is
|
|
an overloaded operator }
|
|
an overloaded operator }
|
|
@@ -620,7 +620,7 @@ implementation
|
|
end;
|
|
end;
|
|
candidates.free;
|
|
candidates.free;
|
|
|
|
|
|
- inc(operpd.procsym.refs);
|
|
|
|
|
|
+ addsymref(operpd.procsym);
|
|
|
|
|
|
{ the nil as symtable signs firstcalln that this is
|
|
{ the nil as symtable signs firstcalln that this is
|
|
an overloaded operator }
|
|
an overloaded operator }
|