mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 04:17:53 +01:00
* removed wrong check for symtableprocentry
This commit is contained in:
parent
b8eb638978
commit
0d506c579e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user