"Kirill 'Big K' Katsnelson" <kkm(a)dtmx.com> writes:
 Some time ago, Martin Buchholz wrote...
 >1. Rename INLINE to INLINE_HEADER.
 >
 >2. Document the two approved ways of creating inline functions - in
 >    .h files, using INLINE_HEADER, and in .c files, using `static inline'.
 
 MSVC has `__inline' but no `inline'. This means that I'll have to put
 
 #define inline __inline 
 
 in the s/ file. Is it clean? I think yes, just what do you think
 about this. 
It sounds perfectly clean to me.