Explorar el Código

* move $H here

Michael VAN CANNEYT hace 2 años
padre
commit
8ed5db93e9
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      rtl/unix/classes.pp

+ 1 - 2
rtl/unix/classes.pp

@@ -14,16 +14,15 @@
  **********************************************************************}
 
 {$mode objfpc}
+{$mode h+}
 {$IF FPC_FULLVERSION>=30301}
 {$modeswitch FUNCTIONREFERENCES}
 {$define FPC_HAS_REFERENCE_PROCEDURE}
 {$endif}
-
 { determine the type of the resource/form file }
 {$define Win16Res}
 
 unit Classes;
-
 {$INLINE ON}
 
 interface