소스 검색

* Active out support using $modeswitch under Haiku after r14965

git-svn-id: trunk@14989 -
olivier 15 년 전
부모
커밋
27c99a7e13
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      rtl/haiku/baseunix.pp

+ 2 - 1
rtl/haiku/baseunix.pp

@@ -15,6 +15,7 @@
 Unit BaseUnix;
 
 Interface
+{$modeswitch out}
 {$inline on}
 Uses UnixType;
 
@@ -155,4 +156,4 @@ begin
   end;
 end;
 
-end.
+end.