瀏覽代碼

* link_allways -> link_always (forgot to commit as well :)

git-svn-id: trunk@2598 -
Jonas Maebe 19 年之前
父節點
當前提交
f8ecc6d359
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/comprsrc.pas

+ 1 - 1
compiler/comprsrc.pas

@@ -156,7 +156,7 @@ begin
   if cs_link_extern in aktglobalswitches then
   if cs_link_extern in aktglobalswitches then
     AsmRes.AddLinkCommand(resbin,s,'');
     AsmRes.AddLinkCommand(resbin,s,'');
   if ObjUsed then
   if ObjUsed then
-    current_module.linkotherofiles.add(resobj,link_allways);
+    current_module.linkotherofiles.add(resobj,link_always);
 end;
 end;