浏览代码

* Fixed compilation.

git-svn-id: trunk@9094 -
yury 18 年之前
父节点
当前提交
40c3092b99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/pmodules.pas

+ 1 - 1
compiler/pmodules.pas

@@ -1470,7 +1470,7 @@ implementation
         hp:=texported_item(current_module._exports.first);
         hp:=texported_item(current_module._exports.first);
         while assigned(hp) do
         while assigned(hp) do
           begin
           begin
-            current_module.AddExternalImport(current_module.realmodulename^,hp.name^,hp.index,hp.is_var);
+            current_module.AddExternalImport(current_module.realmodulename^,hp.name^,hp.index,hp.is_var,false);
             hp:=texported_item(hp.next);
             hp:=texported_item(hp.next);
           end;
           end;
       end;
       end;