Browse Source

- disabled SYSTEMINLINE until conflict with compilerprocs is fixed

git-svn-id: trunk@647 -
Jonas Maebe 20 years ago
parent
commit
8cbdbc4951
1 changed files with 2 additions and 0 deletions
  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}