mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 04:57:23 +01:00
* fixed wrong class cast in r18226
git-svn-id: trunk@18261 -
This commit is contained in:
parent
658be2b0b7
commit
3b9e1a4398
@ -648,6 +648,7 @@ implementation
|
||||
([vo_is_hidden_para,vo_is_funcret] * tabstractvarsym(sym).varoptions = [vo_is_hidden_para]) or
|
||||
(sp_internal in tsym(sym).symoptions) or
|
||||
((assigned(tsym(sym).owner.defowner) and
|
||||
(tsym(sym).owner.defowner.typ=procdef) and
|
||||
(df_generic in tprocdef(tsym(sym).owner.defowner).defoptions))) then
|
||||
exit;
|
||||
if (tstoredsym(sym).refs=0) then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user