mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:09:19 +02:00
+ Removed HASGLOBALPROPERTY define
git-svn-id: trunk@247 -
This commit is contained in:
parent
919b18f280
commit
a44d5f5c13
@ -22,9 +22,7 @@ type libcint = longint;
|
|||||||
function fpgetCerrno:libcint;
|
function fpgetCerrno:libcint;
|
||||||
procedure fpsetCerrno(err:libcint);
|
procedure fpsetCerrno(err:libcint);
|
||||||
|
|
||||||
{$ifdef HASGLOBALPROPERTY}
|
|
||||||
property cerrno:libcint read fpgetCerrno write fpsetcerrno;
|
property cerrno:libcint read fpgetCerrno write fpsetcerrno;
|
||||||
{$endif HASGLOBALPROPERTY}
|
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -22,9 +22,7 @@ type libcint = longint;
|
|||||||
function fpgetCerrno:libcint;
|
function fpgetCerrno:libcint;
|
||||||
procedure fpsetCerrno(err:libcint);
|
procedure fpsetCerrno(err:libcint);
|
||||||
|
|
||||||
{$ifdef HASGLOBALPROPERTY}
|
|
||||||
property cerrno:libcint read fpgetCerrno write fpsetcerrno;
|
property cerrno:libcint read fpgetCerrno write fpsetcerrno;
|
||||||
{$endif HASGLOBALPROPERTY}
|
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -23,9 +23,7 @@ type libcint = longint;
|
|||||||
function fpgetCerrno:libcint;
|
function fpgetCerrno:libcint;
|
||||||
procedure fpsetCerrno(err:libcint);
|
procedure fpsetCerrno(err:libcint);
|
||||||
|
|
||||||
{$ifdef HASGLOBALPROPERTY}
|
|
||||||
property cerrno:libcint read fpgetCerrno write fpsetcerrno;
|
property cerrno:libcint read fpgetCerrno write fpsetcerrno;
|
||||||
{$endif HASGLOBALPROPERTY}
|
|
||||||
|
|
||||||
const clib = 'c';
|
const clib = 'c';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user