Explorar el Código

- disabled SYSTEMINLINE until conflict with compilerprocs is fixed

git-svn-id: trunk@647 -
Jonas Maebe hace 20 años
padre
commit
8cbdbc4951
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      rtl/inc/systemh.inc

+ 2 - 0
rtl/inc/systemh.inc

@@ -28,7 +28,9 @@
 
 { Using inlining for small system functions/wrappers }
 {$inline on}
+{$ifdef COMPPROCINLINEFIXED}
 {$define SYSTEMINLINE}
+{$endif COMPPROCINLINEFIXED}
 
 { don't use FPU registervariables on the i386 }
 {$ifdef CPUI386}