Browse Source

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

git-svn-id: trunk@30742 -
michael 10 years ago
parent
commit
3f3705725d
1 changed files with 2 additions and 0 deletions
  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;