瀏覽代碼

* move $H here

Michael VAN CANNEYT 2 年之前
父節點
當前提交
8ed5db93e9
共有 1 個文件被更改,包括 1 次插入2 次删除
  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