Browse Source

rtl: system: undo linebreak

mattias 6 years ago
parent
commit
38b0422b90
1 changed files with 3 additions and 3 deletions
  1. 3 3
      packages/rtl/system.pas

+ 3 - 3
packages/rtl/system.pas

@@ -17,9 +17,9 @@ unit System;
 
 
 interface
 interface
 
 
-var
-  LineEnding: string = #10;
-  sLineBreak: string = #10;
+const
+  LineEnding = #10;
+  sLineBreak = LineEnding;
 const
 const
   MaxSmallint = 32767;
   MaxSmallint = 32767;
   MinSmallint = -32768;
   MinSmallint = -32768;