Browse Source

sinclairql: the newline on this system is LF, not CRLF

git-svn-id: trunk@47427 -
Károly Balogh 4 years ago
parent
commit
a0543f7f9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_sinclairql.pas

+ 1 - 1
compiler/systems/i_sinclairql.pas

@@ -60,7 +60,7 @@ unit i_sinclairql;
             importlibprefix : 'libimp';
             importlibext : '.a';
             Cprefix      : '_';
-            newline      : #13#10;
+            newline      : #10;
             dirsep       : '/'; { ... the underlying tools (binutils/vlink/vasm) prefer Unix paths }
             assem        : as_m68k_vasm;
             assemextern  : as_m68k_vasm;