소스 검색

* Remove accidentally enabled winlikewidestring.

git-svn-id: trunk@7690 -
daniel 18 년 전
부모
커밋
92975a7c99
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/systems/i_linux.pas

+ 1 - 1
compiler/systems/i_linux.pas

@@ -52,7 +52,7 @@ unit i_linux;
             system       : system_i386_LINUX;
             name         : 'Linux for i386';
             shortname    : 'Linux';
-            flags        : [tf_needs_symbol_size,tf_pic_uses_got{,tf_smartlink_sections},tf_winlikewidestring,
+            flags        : [tf_needs_symbol_size,tf_pic_uses_got{,tf_smartlink_sections}{,tf_winlikewidestring,}
 {$ifdef segment_threadvars}
                             tf_section_threadvars,
 {$endif segment_threadvars}