From ca3000ef79c1ed2faa5ec5d28be7ca907ab54b05 Mon Sep 17 00:00:00 2001 From: pierre Date: Fri, 4 Oct 2002 15:23:46 +0000 Subject: [PATCH] * don't use tpexcept anymore --- ide/fpintf.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ide/fpintf.pas b/ide/fpintf.pas index 2195fdbe5a..75dc756dca 100644 --- a/ide/fpintf.pas +++ b/ide/fpintf.pas @@ -47,9 +47,6 @@ uses sysutils, {$endif COMPILER_1_0} {$endif FPC} -{$ifdef COMPILER_1_0} - tpexcept, -{$endif COMPILER_1_0} {$ifndef NODEBUG} FPDebug, {$endif NODEBUG} @@ -294,7 +291,10 @@ end; end. { $Log$ - Revision 1.4 2002-09-07 15:40:43 peter + Revision 1.5 2002-10-04 15:23:46 pierre + * don't use tpexcept anymore + + Revision 1.4 2002/09/07 15:40:43 peter * old logs removed and tabs fixed }