mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 19:19:19 +02:00
* allow assigning to self
This commit is contained in:
parent
54be56118f
commit
038c73aed0
@ -779,6 +779,7 @@ implementation
|
||||
CGMessagePos(hp^.fileinfo,type_e_no_assign_to_addr);
|
||||
exit;
|
||||
end;
|
||||
selfn,
|
||||
funcretn :
|
||||
begin
|
||||
valid_for_assign:=true;
|
||||
@ -842,7 +843,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.49 1999/11/18 15:34:45 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user