Browse Source

* removed wrong check for symtableprocentry

peter 21 years ago
parent
commit
0d506c579e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      compiler/ncal.pas

+ 4 - 4
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