From 8ae36f3ef44a65b624cb64022a68da5602e68e8f Mon Sep 17 00:00:00 2001 From: svenbarth Date: Fri, 4 Apr 2014 16:18:08 +0000 Subject: [PATCH] tstaticvarsym.ppuload: read the section string outside of the symansistr define to match the code of ppuwrite git-svn-id: trunk@27467 - --- compiler/symsym.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/symsym.pas b/compiler/symsym.pas index 5416844ed6..02dbae09dd 100644 --- a/compiler/symsym.pas +++ b/compiler/symsym.pas @@ -1840,9 +1840,9 @@ implementation _mangledname:=stringdup(ppufile.getstring) else _mangledname:=nil; +{$endif symansistr} if vo_has_section in varoptions then section:=ppufile.getansistring; -{$endif symansistr} ppufile.getderef(defaultconstsymderef); ppuload_platform(ppufile); end;