> Oh, do you use 'static inline' by any chance?

Having just checked the gcc docs, I think I really mean "inline without
static or extern".  There seem to be three distinct cases:  inline,
static inline, and extern inline.  We do what the gcc docs suggest, and
use 'extern inline' in the header file together with a copy of the
function in a library.

Cheers,
        Simon

_______________________________________________
Cvs-hslibs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-hslibs

Reply via email to