On Fri, 2 Jun 2017 12:50:57 +0200 (CEST)
mar...@stack.nl (Marco van de Voort) wrote:

>[...]
> {$if not defined(fs32bit)}
>     off_t    = cint64;          { used for file sizes          }
> {$else}
>     off_t    = cint;
> {$endif}
>[...]
> Maybe we could clean it out. Why the documentation tool picks the $ELSE
> branch I don't know. I grepped, and it didn't seem to find anything in fpdoc
> or (doc/rtl) makefiles defining it.

Is this with the 3.1.1 fpdoc?

Mattias
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to