* don't use tpexcept anymore

This commit is contained in:
pierre 2002-10-04 15:23:46 +00:00
parent f5f7de7fb7
commit ca3000ef79

View File

@ -47,9 +47,6 @@ uses
sysutils, sysutils,
{$endif COMPILER_1_0} {$endif COMPILER_1_0}
{$endif FPC} {$endif FPC}
{$ifdef COMPILER_1_0}
tpexcept,
{$endif COMPILER_1_0}
{$ifndef NODEBUG} {$ifndef NODEBUG}
FPDebug, FPDebug,
{$endif NODEBUG} {$endif NODEBUG}
@ -294,7 +291,10 @@ end;
end. end.
{ {
$Log$ $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 * old logs removed and tabs fixed
} }