Browse Source

* move $H here

Michael VAN CANNEYT 2 năm trước cách đây
mục cha
commit
8ed5db93e9
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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