mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 01:49:26 +02:00
* fix crash with ident not found
git-svn-id: trunk@2444 -
This commit is contained in:
parent
bc18d6eb8a
commit
4c19728d9b
@ -187,9 +187,9 @@ implementation
|
||||
exit;
|
||||
end;
|
||||
searchsym(pattern,srsym,srsymtable);
|
||||
check_hints(srsym,srsym.symoptions);
|
||||
if assigned(srsym) then
|
||||
begin
|
||||
check_hints(srsym,srsym.symoptions);
|
||||
if (srsym.typ=unitsym) then
|
||||
begin
|
||||
if not(srsym.owner.symtabletype in [staticsymtable,globalsymtable]) then
|
||||
|
Loading…
Reference in New Issue
Block a user