فهرست منبع

+ Removed HASGLOBALPROPERTY define

git-svn-id: trunk@247 -
michael 20 سال پیش
والد
کامیت
a44d5f5c13
3فایلهای تغییر یافته به همراه0 افزوده شده و 6 حذف شده
  1. 0 2
      rtl/netware/initc.pp
  2. 0 2
      rtl/netwlibc/initc.pp
  3. 0 2
      rtl/unix/initc.pp

+ 0 - 2
rtl/netware/initc.pp

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

+ 0 - 2
rtl/netwlibc/initc.pp

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

+ 0 - 2
rtl/unix/initc.pp

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