Browse Source

* don't include compiler proc. in the docs

git-svn-id: trunk@5779 -
florian 18 years ago
parent
commit
48e51671e5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      rtl/inc/systemh.inc

+ 3 - 0
rtl/inc/systemh.inc

@@ -855,7 +855,10 @@ const
 {$i dynarrh.inc}
 {$i dynarrh.inc}
 {$endif FPC_HAS_FEATURE_DYNARRAYS}
 {$endif FPC_HAS_FEATURE_DYNARRAYS}
 
 
+{ documenting compiler proc. is useless, they shouldn't be used by the user anyways }
+{$ifndef fpdocsystem}
 {$i compproc.inc}
 {$i compproc.inc}
+{$endif fpdocsystem}
 
 
 {*****************************************************************************
 {*****************************************************************************
                                Heap
                                Heap