[fpc-pascal] inlining functions
Marc Santhoff
M.Santhoff at t-online.de
Thu Oct 19 10:09:37 CEST 2006
Am Donnerstag, den 19.10.2006, 09:05 +0200 schrieb Michael Van Canneyt:
>
> On Thu, 19 Oct 2006, Marc Santhoff wrote:
>
> > Hi,
> >
> > when using "inline" on a procedure or function, does it completely avoid
> > the call by copying anything inside the "begin ... end" block to the
> > right place?
>
> Yes, that's the idea.
Beautiful, that saves me from losing syntax highlighting when using
macros instead and is much more readable.
Thanks,
Marc
More information about the fpc-pascal
mailing list