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

2007-01-24 Thread Пётр Косаревский
on. As of 2.1.1, it won't matter anymore either since the compiler will always accept the inline specifier, but only actually do something with it if inlining is turned on. Is there a way to know (in terms of $if etc.) that compiler actually does something?

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

2007-01-24 Thread Jonas Maebe
On 24 jan 2007, at 11:57, Пётр Косаревский wrote: on. As of 2.1.1, it won't matter anymore either since the compiler will always accept the inline specifier, but only actually do something with it if inlining is turned on. Is there a way to know (in terms of $if etc.) that compiler