瀏覽代碼

- disabled SYSTEMINLINE until conflict with compilerprocs is fixed

git-svn-id: trunk@647 -
Jonas Maebe 20 年之前
父節點
當前提交
8cbdbc4951
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      rtl/inc/systemh.inc

+ 2 - 0
rtl/inc/systemh.inc

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