Explorar o código

* inline on needed for 2.0.x

git-svn-id: trunk@8532 -
Tomas Hajny %!s(int64=18) %!d(string=hai) anos
pai
achega
573bc3b767
Modificáronse 4 ficheiros con 12 adicións e 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