소스 검색

AROS: On ABIv0 AROS_FAST_BPTR must be set

git-svn-id: trunk@28717 -
marcus 11 년 전
부모
커밋
cfb73aede5
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      packages/arosunits/src/amigados.pas

+ 4 - 1
packages/arosunits/src/amigados.pas

@@ -17,9 +17,12 @@
  BSTR Funktions
  
  defines:
- AROS_FAST_BPTR: BPTR is a pointer or a 2 shifted Pointer ->? whats standard?
+ AROS_FAST_BPTR: BPTR is a pointer or a 2 shifted Pointer
+   -> atm its standard ABIv0, for v1 needs a ifdef
 }
 
+{$define AROS_FAST_BPTR}
+
 unit amigados;
 {$mode objfpc}
 interface