2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@47427 -
Károly Balogh 4 жил өмнө
parent
commit
a0543f7f9b

+ 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;