Browse Source

* system unit has a LineEnding

florian 22 years ago
parent
commit
8e8fcfce95
1 changed files with 6 additions and 8 deletions
  1. 6 8
      fcl/inc/wformat.pp

+ 6 - 8
fcl/inc/wformat.pp

@@ -82,14 +82,9 @@ Type
   Protected
   Protected
     Property Stream : TStream Read FStream;
     Property Stream : TStream Read FStream;
   end;
   end;
-  
-Const
-{$ifdef linux}
-  LineFeed = #10;
-{$else}
-  LineFeed = #13#10;
-{$endif}
 
 
+const
+  LineFeed = LineEnding;
 
 
 Implementation
 Implementation
 
 
@@ -318,7 +313,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2003-10-01 21:05:39  michael
+  Revision 1.3  2003-10-04 13:33:43  florian
+    * system unit has a LineEnding
+
+  Revision 1.2  2003/10/01 21:05:39  michael
   + Stream property is now protected
   + Stream property is now protected
 
 
   Revision 1.1  2003/10/01 20:49:29  michael
   Revision 1.1  2003/10/01 20:49:29  michael