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


_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to