mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +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;
|
exit;
|
||||||
end;
|
end;
|
||||||
searchsym(pattern,srsym,srsymtable);
|
searchsym(pattern,srsym,srsymtable);
|
||||||
check_hints(srsym,srsym.symoptions);
|
|
||||||
if assigned(srsym) then
|
if assigned(srsym) then
|
||||||
begin
|
begin
|
||||||
|
check_hints(srsym,srsym.symoptions);
|
||||||
if (srsym.typ=unitsym) then
|
if (srsym.typ=unitsym) then
|
||||||
begin
|
begin
|
||||||
if not(srsym.owner.symtabletype in [staticsymtable,globalsymtable]) then
|
if not(srsym.owner.symtabletype in [staticsymtable,globalsymtable]) then
|
||||||
|
Loading…
Reference in New Issue
Block a user