소스 검색

* 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