Explorar el Código

* Enable inline for ctypes.

git-svn-id: trunk@8129 -
daniel hace 18 años
padre
commit
34afbcc040
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      rtl/inc/ctypes.pp

+ 2 - 0
rtl/inc/ctypes.pp

@@ -17,6 +17,8 @@
 
 unit ctypes;
 
+{$inline on}
+
 interface
 
 {$ifdef unix}