summaryrefslogtreecommitdiff
path: root/compiler/oglx.pas
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-10-30 18:02:58 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-10-30 18:02:58 +0000
commitf09b6097b42f4daef70567cd245b08ef7c8d6a19 (patch)
tree3de8ae3f213955407969d007f4d21f07cd759ab4 /compiler/oglx.pas
parent6327f95808dee50154e8a37d1daf3ace692117f2 (diff)
downloadfpc-f09b6097b42f4daef70567cd245b08ef7c8d6a19.tar.gz
* settings refactored
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@5094 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/oglx.pas')
-rw-r--r--compiler/oglx.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/oglx.pas b/compiler/oglx.pas
index b9fde85a02..b19c187dc6 100644
--- a/compiler/oglx.pas
+++ b/compiler/oglx.pas
@@ -290,7 +290,7 @@ uses
{ symbols }
nsyms:=0;
sympos:=0;
- if not(cs_link_strip in aktglobalswitches) then
+ if not(cs_link_strip in current_settings.globalswitches) then
begin
sympos:=datapos;
objdata:=TObjData(objdatalist.first);