mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 20:11:38 +02:00
+ Merged revision 247
git-svn-id: branches/fixes_2_0@248 -
This commit is contained in:
parent
c68b1ee148
commit
794cf7692a
@ -22,9 +22,7 @@ type libcint = longint;
|
||||
function fpgetCerrno:libcint;
|
||||
procedure fpsetCerrno(err:libcint);
|
||||
|
||||
{$ifdef HASGLOBALPROPERTY}
|
||||
property cerrno:libcint read fpgetCerrno write fpsetcerrno;
|
||||
{$endif HASGLOBALPROPERTY}
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -22,9 +22,7 @@ type libcint = longint;
|
||||
function fpgetCerrno:libcint;
|
||||
procedure fpsetCerrno(err:libcint);
|
||||
|
||||
{$ifdef HASGLOBALPROPERTY}
|
||||
property cerrno:libcint read fpgetCerrno write fpsetcerrno;
|
||||
{$endif HASGLOBALPROPERTY}
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -23,9 +23,7 @@ type libcint = longint;
|
||||
function fpgetCerrno:libcint;
|
||||
procedure fpsetCerrno(err:libcint);
|
||||
|
||||
{$ifdef HASGLOBALPROPERTY}
|
||||
property cerrno:libcint read fpgetCerrno write fpsetcerrno;
|
||||
{$endif HASGLOBALPROPERTY}
|
||||
|
||||
const clib = 'c';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user