浏览代码

* Patch from Stephane Aulery to ease compilation, adding $MODE and $H+ (Bug ID 27987)

git-svn-id: trunk@30742 -
michael 10 年之前
父节点
当前提交
3f3705725d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      utils/fpdoc/unitdiff.pp

+ 2 - 0
utils/fpdoc/unitdiff.pp

@@ -12,6 +12,8 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 }
 
+{$mode objfpc}
+{$h+}
 
 program unitdiff;