Browse Source

* Remove accidentally enabled winlikewidestring.

git-svn-id: trunk@7690 -
daniel 18 years ago
parent
commit
92975a7c99
1 changed files with 1 additions and 1 deletions
  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;
             system       : system_i386_LINUX;
             name         : 'Linux for i386';
             name         : 'Linux for i386';
             shortname    : 'Linux';
             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}
 {$ifdef segment_threadvars}
                             tf_section_threadvars,
                             tf_section_threadvars,
 {$endif segment_threadvars}
 {$endif segment_threadvars}