Browse Source

* Active out support using $modeswitch under Haiku after r14965

git-svn-id: trunk@14989 -
olivier 15 năm trước cách đây
mục cha
commit
27c99a7e13
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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.