From b1b3e0ea6fe7bcb98eeb2f2c2073bcf6805e3c8a Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 7 Jun 2005 20:56:24 +0000 Subject: [PATCH] + Removed FPC_LINEEND_IN_TEXTREC define git-svn-id: trunk@249 - --- rtl/inc/textrec.inc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rtl/inc/textrec.inc b/rtl/inc/textrec.inc index dd7921b2aa..f873a814c3 100644 --- a/rtl/inc/textrec.inc +++ b/rtl/inc/textrec.inc @@ -30,11 +30,7 @@ type Handle : THandle; Mode : longint; bufsize : SizeInt; -{$IFDEF FPC_LINEEND_IN_TEXTREC} _private : SizeInt; -{$ELSE FPC_LINEEND_IN_TEXTREC} - LineEnd : TLineEndStr; -{$ENDIF FPC_LINEEND_IN_TEXTREC} bufpos, bufend : SizeInt; bufptr : ^textbuf; @@ -48,9 +44,7 @@ type UserData : array[1..32] of byte; {$endif FPC_HASUSERDATA32} name : array[0..textrecnamelength-1] of char; -{$IFDEF FPC_LINEEND_IN_TEXTREC} LineEnd : TLineEndStr; -{$ENDIF FPC_LINEEND_IN_TEXTREC} buffer : textbuf; End;