* allow assigning to self

This commit is contained in:
peter 1999-12-09 09:35:54 +00:00
parent 54be56118f
commit 038c73aed0

View File

@ -779,6 +779,7 @@ implementation
CGMessagePos(hp^.fileinfo,type_e_no_assign_to_addr); CGMessagePos(hp^.fileinfo,type_e_no_assign_to_addr);
exit; exit;
end; end;
selfn,
funcretn : funcretn :
begin begin
valid_for_assign:=true; valid_for_assign:=true;
@ -842,7 +843,10 @@ implementation
end. end.
{ {
$Log$ $Log$
Revision 1.50 1999-11-30 10:40:43 peter Revision 1.51 1999-12-09 09:35:54 peter
* allow assigning to self
Revision 1.50 1999/11/30 10:40:43 peter
+ ttype, tsymlist + ttype, tsymlist
Revision 1.49 1999/11/18 15:34:45 pierre Revision 1.49 1999/11/18 15:34:45 pierre