Explorar el Código

* inline on needed for 2.0.x

git-svn-id: trunk@8532 -
Tomas Hajny hace 18 años
padre
commit
573bc3b767
Se han modificado 4 ficheros con 12 adiciones y 0 borrados
  1. 3 0
      rtl/go32v2/dos.pp
  2. 3 0
      rtl/go32v2/sysutils.pp
  3. 3 0
      rtl/watcom/dos.pp
  4. 3 0
      rtl/watcom/sysutils.pp

+ 3 - 0
rtl/go32v2/dos.pp

@@ -12,6 +12,9 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
  **********************************************************************}
+
+{$inline on}
+
 unit dos;
 
 interface

+ 3 - 0
rtl/go32v2/sysutils.pp

@@ -13,6 +13,9 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
  **********************************************************************}
+
+{$inline on}
+
 unit sysutils;
 interface
 

+ 3 - 0
rtl/watcom/dos.pp

@@ -12,6 +12,9 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
  **********************************************************************}
+
+{$inline on}
+
 unit dos;
 interface
 

+ 3 - 0
rtl/watcom/sysutils.pp

@@ -13,6 +13,9 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
  **********************************************************************}
+
+{$inline on}
+
 unit sysutils;
 interface