* lineinfo explicit load not needed anymore

This commit is contained in:
pierre 2000-10-01 21:15:55 +00:00
parent 93b4bc7d16
commit 33aba92b1d

View File

@ -100,10 +100,6 @@ uses
{$endif DEBUG}
catch,
{$endif}
{ we've now a lineinfo unit for all OSes }
{$ifdef DEBUG}
lineinfo,
{$endif DEBUG}
{$endif FPC}
globals,compiler;
@ -153,10 +149,13 @@ begin
end.
{
$Log$
Revision 1.3 2000-09-24 15:06:23 peter
Revision 1.4 2000-10-01 21:15:55 pierre
* lineinfo explicit load not needed anymore
Revision 1.3 2000/09/24 15:06:23 peter
* use defines.inc
Revision 1.2 2000/07/13 11:32:45 michael
+ removed logs
}
}