Parcourir la source

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

git-svn-id: trunk@2598 -
Jonas Maebe il y a 19 ans
Parent
commit
f8ecc6d359
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      compiler/comprsrc.pas

+ 1 - 1
compiler/comprsrc.pas

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