From f8ecc6d359b5499dd555e07362552752144aadc6 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Wed, 15 Feb 2006 16:51:05 +0000 Subject: [PATCH] * link_allways -> link_always (forgot to commit as well :) git-svn-id: trunk@2598 - --- compiler/comprsrc.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/comprsrc.pas b/compiler/comprsrc.pas index 35910d176e..de74f5c175 100644 --- a/compiler/comprsrc.pas +++ b/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;