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

- removed stray if-statement

git-svn-id: trunk@19922 -
Jonas Maebe 13 лет назад
Родитель
Сommit
3a6fb7c9ef
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      compiler/aggas.pas

+ 0 - 1
compiler/aggas.pas

@@ -784,7 +784,6 @@ implementation
                          sepChar := '@'
                        else
                          sepChar := '%';
-                       if (tf_needs_symbol_type in target_info.flags) then
 {$ifdef avr}
                        if (tf_needs_symbol_type in target_info.flags) then
                          asmwriteln(#9'.type '+ReplaceForbiddenChars(Tai_datablock(hp).sym.name)+','+sepChar+'object');