[fpc-pascal] Large file support
    Marco van de Voort 
    marcov at stack.nl
       
    Sat Jun  3 01:02:35 CEST 2017
    
    
  
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.
    
    
More information about the fpc-pascal
mailing list