[fpc-pascal] Large file support

Mattias Gaertner nc-gaertnma at netcologne.de
Sat Jun 3 07:21:32 CEST 2017


On Sat, 3 Jun 2017 01:02:35 +0200 (CEST)
marcov at stack.nl (Marco van de Voort) wrote:

> In our previous episode, Mattias Gaertner said:
> > marcov at 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?  
> 
> Afaik Michael always works with trunk fpdoc, but of course the 3.0.2 docs
> were generated in march.

The $if support was added recently to pscanner.

Mattias



More information about the fpc-pascal mailing list