* always build deref info for localst

git-svn-id: trunk@3446 -
This commit is contained in:
peter 2006-05-07 09:01:21 +00:00
parent f3c4ff3470
commit 36a57726ac

View File

@ -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;