소스 검색

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