+ Merged revision 247

git-svn-id: branches/fixes_2_0@248 -
This commit is contained in:
michael 2005-06-07 20:56:01 +00:00
parent c68b1ee148
commit 794cf7692a
3 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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';