浏览代码

* 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}