@@ -22,7 +22,9 @@ interface
{ Using inlining for small system functions/wrappers }
{$inline on}
-{$define SYSTEMINLINE}
+{$ifndef DISABLE_SYSTEMINLINE}
+ {$define SYSTEMINLINE}
+{$endif}
type
{$ifndef FPUNONE}
@@ -29,7 +29,9 @@
{ don't use FPU registervariables on the i386 and i8086 }
{$if defined(CPUI386) or defined(CPUI8086)}
@@ -28,7 +28,9 @@