mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 15:10:25 +02:00
* moved fpgeterrno/fpseterrno declarations to before their actual usage
This commit is contained in:
parent
962ef697d5
commit
5c5c449ecf
@ -53,9 +53,7 @@ property errno : cint read fpgeterrno write fpseterrno;
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Uses Sysctl;
|
||||||
{$i bunxmain.inc} { implementation}
|
|
||||||
{$i bunxovl.inc} { redefs and overloads implementation}
|
|
||||||
|
|
||||||
{$ifndef ver1_0}
|
{$ifndef ver1_0}
|
||||||
function fpgeterrno:longint; external name 'FPC_SYS_GETERRNO';
|
function fpgeterrno:longint; external name 'FPC_SYS_GETERRNO';
|
||||||
@ -77,11 +75,18 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
{$i bunxmain.inc} { implementation}
|
||||||
|
{$i bunxovl.inc} { redefs and overloads implementation}
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.9 2004-03-04 22:15:16 marco
|
Revision 1.10 2004-05-31 18:03:51 jonas
|
||||||
|
* moved fpgeterrno/fpseterrno declarations to before their actual usage
|
||||||
|
|
||||||
|
Revision 1.9 2004/03/04 22:15:16 marco
|
||||||
* UnixType changes. Please report problems to me.
|
* UnixType changes. Please report problems to me.
|
||||||
|
|
||||||
Revision 1.8 2004/01/04 21:04:08 jonas
|
Revision 1.8 2004/01/04 21:04:08 jonas
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
****************************************************************************
|
****************************************************************************
|
||||||
}
|
}
|
||||||
|
|
||||||
Uses Sysctl;
|
|
||||||
|
|
||||||
{$I ostypes.inc}
|
{$I ostypes.inc}
|
||||||
{$I bunxmacr.inc}
|
{$I bunxmacr.inc}
|
||||||
|
|
||||||
@ -39,7 +37,10 @@ Uses Sysctl;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2003-12-30 12:26:21 marco
|
Revision 1.4 2004-05-31 18:03:51 jonas
|
||||||
|
* moved fpgeterrno/fpseterrno declarations to before their actual usage
|
||||||
|
|
||||||
|
Revision 1.3 2003/12/30 12:26:21 marco
|
||||||
* FPC_USE_LIBC
|
* FPC_USE_LIBC
|
||||||
|
|
||||||
Revision 1.2 2003/06/01 16:35:27 marco
|
Revision 1.2 2003/06/01 16:35:27 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user