Explorar o código

* Active out support using $modeswitch under Haiku after r14965

git-svn-id: trunk@14989 -
olivier %!s(int64=15) %!d(string=hai) anos
pai
achega
27c99a7e13
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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.