mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 17:38:31 +02:00
- removed catch unit from uses clause for Linux (clashed with fpcatch
from IDE and is already in pp.pas for command line compiler) (merged from fixes branch)
This commit is contained in:
parent
898e0c7de8
commit
ce32bae7fb
@ -104,9 +104,6 @@ uses
|
||||
emu387,
|
||||
{ dpmiexcp, }
|
||||
{$endif GO32V2}
|
||||
{$ifdef LINUX}
|
||||
catch,
|
||||
{$endif LINUX}
|
||||
{$endif}
|
||||
{$ifdef USEEXCEPT}
|
||||
tpexcept,
|
||||
@ -358,7 +355,12 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 2000-08-04 22:00:50 peter
|
||||
Revision 1.4 2000-08-21 09:14:40 jonas
|
||||
- removed catch unit from uses clause for Linux (clashed with fpcatch
|
||||
from IDE and is already in pp.pas for command line compiler) (merged
|
||||
from fixes branch)
|
||||
|
||||
Revision 1.3 2000/08/04 22:00:50 peter
|
||||
* merges from fixes
|
||||
|
||||
Revision 1.2 2000/07/13 11:32:38 michael
|
||||
|
Loading…
Reference in New Issue
Block a user