2
0
Эх сурвалжийг харах

* always build deref info for localst

git-svn-id: trunk@3446 -
peter 19 жил өмнө
parent
commit
36a57726ac
1 өөрчлөгдсөн 3 нэмэгдсэн , 4 устгасан
  1. 3 4
      compiler/symdef.pas

+ 3 - 4
compiler/symdef.pas

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