mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:39:26 +02:00
* link_allways -> link_always (forgot to commit)
git-svn-id: trunk@2597 -
This commit is contained in:
parent
c5243db965
commit
72250d3954
@ -307,7 +307,7 @@ than 255 characters. That's why using Ansi Strings}
|
||||
const
|
||||
{ link options }
|
||||
link_none = $0;
|
||||
link_allways = $1;
|
||||
link_always = $1;
|
||||
link_static = $2;
|
||||
link_smart = $4;
|
||||
link_shared = $8;
|
||||
|
Loading…
Reference in New Issue
Block a user