浏览代码

* 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.