diff --git a/compiler/ncal.pas b/compiler/ncal.pas index dcd642bd70..948cbe175d 100644 --- a/compiler/ncal.pas +++ b/compiler/ncal.pas @@ -1412,9 +1412,6 @@ type result:=nil; candidates:=nil; - if not assigned(symtableprocentry) then - internalerror(200411014); - oldcallnode:=aktcallnode; aktcallnode:=self; @@ -2419,7 +2416,10 @@ begin end. { $Log$ - Revision 1.255 2004-11-01 16:58:57 peter + Revision 1.256 2004-11-01 18:16:48 peter + * removed wrong check for symtableprocentry + + Revision 1.255 2004/11/01 16:58:57 peter * give IE instead of crash when no procsym is passed for calln Revision 1.254 2004/10/31 21:45:03 peter