Re: Re[4]: [fpc-pascal] Inline and defines

2007-01-24 Thread Jonas Maebe
On 24 jan 2007, at 12:46, Jonas Maebe wrote: No, inline is and will always only be a hint. There are currently no provisions in the compiler which allow it to inform you in all cases where it does not perform the inlining (if you turn on warnings, it will warn for some cases). Implementi

Re: Re[4]: [fpc-pascal] Inline and defines

2007-01-24 Thread Jonas Maebe
On 24 jan 2007, at 12:03, Пётр Косаревский wrote: Add {$inline on} to your source So I can be sure, that if it compiles, all inlines are implemented/ forced? No, inline is and will always only be a hint. There are currently no provisions in the compiler which allow it to inform you in al