mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 16:59:12 +02:00
* property support used.
This commit is contained in:
parent
5090185909
commit
abfc1b341b
@ -24,6 +24,8 @@ type libcint = longint;
|
|||||||
function fpgetCerrno:libcint;
|
function fpgetCerrno:libcint;
|
||||||
procedure fpsetCerrno(err:libcint);
|
procedure fpsetCerrno(err:libcint);
|
||||||
|
|
||||||
|
property cerrno:libcint read fpgetCerrno write fpsetcerrno;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
// hasn't been divided up in .inc's, because I first want to see hoe
|
// hasn't been divided up in .inc's, because I first want to see hoe
|
||||||
// this idea works out.
|
// this idea works out.
|
||||||
@ -75,7 +77,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 2003-12-10 14:59:49 marco
|
Revision 1.6 2003-12-10 17:06:19 marco
|
||||||
|
* property support used.
|
||||||
|
|
||||||
|
Revision 1.5 2003/12/10 14:59:49 marco
|
||||||
* NetBSD supported added based on Sparc and define name changed to something more sensible
|
* NetBSD supported added based on Sparc and define name changed to something more sensible
|
||||||
|
|
||||||
Revision 1.4 2003/12/10 11:24:25 marco
|
Revision 1.4 2003/12/10 11:24:25 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user