mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:09:15 +02:00
* hopefully an error in Peter's previous commit fixed
This commit is contained in:
parent
2d015b9e80
commit
c549646c95
@ -801,7 +801,8 @@ implementation
|
||||
end
|
||||
else
|
||||
{ call can happend with a property }
|
||||
if (p^.left^.treetype=calln) and
|
||||
if { (p^.left^.treetype=calln) and Don't think that
|
||||
this is necessary (FK) }
|
||||
(p^.left^.resulttype^.deftype=objectdef) and
|
||||
pobjectdef(p^.left^.resulttype)^.is_class then
|
||||
begin
|
||||
@ -841,7 +842,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.55 1999-09-10 15:42:50 peter
|
||||
Revision 1.56 1999-09-13 20:49:41 florian
|
||||
* hopefully an error in Peter's previous commit fixed
|
||||
|
||||
Revision 1.55 1999/09/10 15:42:50 peter
|
||||
* fixed with <calln> do
|
||||
* fixed finalize/initialize call for new/dispose
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user