Explorar o código

* use modeswitch result instead of mode objpas, so the objpas unit is not pulled in

git-svn-id: trunk@30752 -
florian %!s(int64=10) %!d(string=hai) anos
pai
achega
b8198963f3
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      rtl/embedded/heapmgr.pp

+ 1 - 2
rtl/embedded/heapmgr.pp

@@ -12,7 +12,7 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
  **********************************************************************}
-{$mode objfpc}
+{$modeswitch result}
 Unit heapmgr;
 
   interface
@@ -275,4 +275,3 @@ initialization
 finalization
   //FinalizeHeap;
 end.
-