On Fri, 31 May 2002, Melvin Smith wrote: > > The common way is to define our own INLINE definition and have Configure > check for it, define it null if needed, and conditionally include it > into a file as extern if so. > > Sounds like a job for..... BrentDax++!
Also some compilers (like SUN Workshop) need to know after the function is declared via a #pragma, so maybe also a seperate macro is needed. IMHO compilers that use non-GCC methods for declaring inline functions are often forgotten about. - D <[EMAIL PROTECTED]>