[fpc-devel] fpc_ compilerproc
    Mattias Gaertner 
    nc-gaertnma at netcologne.de
       
    Wed Jun 25 08:07:35 CEST 2025
    
    
  
Hi,
How do the fpc_ compileprocs in the rtl like fpc_abs_real work?
Some platforms have assembler code, others just raises an error.
They are included by a comment:
{ documenting compiler proc. is useless, they shouldn't be used by the 
user anyways }
{$ifndef fpdocsystem}
{$i compproc.inc}
They are included if fpdocsystem is *not* defined, but the comment says 
they are for documentation only. Confusing.
Mattias
    
    
More information about the fpc-devel
mailing list