فهرست منبع

tstaticvarsym.ppuload: read the section string outside of the symansistr define to match the code of ppuwrite

git-svn-id: trunk@27467 -
svenbarth 11 سال پیش
والد
کامیت
8ae36f3ef4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compiler/symsym.pas

+ 1 - 1
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;