mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 20:20:50 +02:00
* ostype include moved to top
This commit is contained in:
parent
33b5eccc3c
commit
feee65f98f
@ -16,6 +16,8 @@
|
||||
****************************************************************************
|
||||
}
|
||||
|
||||
{$i ostypes.inc}
|
||||
|
||||
{$ifdef uselibc}
|
||||
{$Linklib c}
|
||||
// Out of date atm.
|
||||
@ -68,7 +70,6 @@
|
||||
{$I syscall.inc}
|
||||
{$I sysnr.inc}
|
||||
{$I bunxmacr.inc}
|
||||
{$I ostypes.inc}
|
||||
|
||||
// Should be moved to a FreeBSD specific unit in the future.
|
||||
|
||||
@ -597,7 +598,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.8 2003-09-16 12:45:49 marco
|
||||
Revision 1.9 2003-09-17 16:02:31 marco
|
||||
* ostype include moved to top
|
||||
|
||||
Revision 1.8 2003/09/16 12:45:49 marco
|
||||
* mmap typing fixes
|
||||
|
||||
Revision 1.7 2003/09/15 20:08:49 marco
|
||||
|
Loading…
Reference in New Issue
Block a user