mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 17:27:26 +01:00
* always build deref info for localst
git-svn-id: trunk@3446 -
This commit is contained in:
parent
f3c4ff3470
commit
36a57726ac
@ -3662,10 +3662,9 @@ implementation
|
||||
|
||||
inherited buildderefimpl;
|
||||
|
||||
{ Locals }
|
||||
if assigned(localst) and
|
||||
((po_has_inlininginfo in procoptions) or
|
||||
((current_module.flags and uf_local_browser)<>0)) then
|
||||
{ Locals, always build deref info it might be needed
|
||||
if the unit needs to be reloaded }
|
||||
if assigned(localst) then
|
||||
begin
|
||||
tlocalsymtable(localst).buildderef;
|
||||
tlocalsymtable(localst).buildderefimpl;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user