Просмотр исходного кода

* also write the stativarsym section information when symansistr is defined

git-svn-id: branches/jvmbackend@18726 -
Jonas Maebe 14 лет назад
Родитель
Сommit
9bdcb1d7e5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      compiler/symsym.pas

+ 1 - 1
compiler/symsym.pas

@@ -1521,9 +1521,9 @@ implementation
            ppufile.putansistring(_mangledname);
 {$else symansistr}
            ppufile.putstring(_mangledname^);
+{$endif symansistr}
          if vo_has_section in varoptions then
            ppufile.putansistring(section);
-{$endif symansistr}
          ppufile.writeentry(ibstaticvarsym);
       end;