mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 22:29:24 +01:00
* Had a useless dependancy on unit unix in 1_1 mode
This commit is contained in:
parent
0528aa6fd7
commit
cc3c6c7f4a
@ -97,7 +97,7 @@ uses
|
|||||||
{$ifdef ver1_0}
|
{$ifdef ver1_0}
|
||||||
Linux,
|
Linux,
|
||||||
{$else}
|
{$else}
|
||||||
BaseUnix,Unix,
|
BaseUnix,
|
||||||
{$endif}
|
{$endif}
|
||||||
{$endif}
|
{$endif}
|
||||||
cutils,
|
cutils,
|
||||||
@ -419,7 +419,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.22 2003-09-14 20:26:18 marco
|
Revision 1.23 2003-09-16 13:42:39 marco
|
||||||
|
* Had a useless dependancy on unit unix in 1_1 mode
|
||||||
|
|
||||||
|
Revision 1.22 2003/09/14 20:26:18 marco
|
||||||
* Unix reform
|
* Unix reform
|
||||||
|
|
||||||
Revision 1.21 2003/04/22 14:33:38 peter
|
Revision 1.21 2003/04/22 14:33:38 peter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user