mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 10:49:29 +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;
|
||||
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