From c549646c951f549d414cf4ac6fc82f44c2e5b4fa Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 13 Sep 1999 20:49:41 +0000 Subject: [PATCH] * hopefully an error in Peter's previous commit fixed --- compiler/cg386mem.pas | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/compiler/cg386mem.pas b/compiler/cg386mem.pas index 5a32b30ce7..ab2a197e1c 100644 --- a/compiler/cg386mem.pas +++ b/compiler/cg386mem.pas @@ -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 do * fixed finalize/initialize call for new/dispose