Hi Paul, > Thanks for the review; I installed the attached to try to address the issues > you > raised.
Thanks. It fixes all the qualms I had with it. Just one followup (trivial): 2017-02-16 Bruno Haible <[email protected]> xbinary-io: Fix inlining. * lib/xbinary-io.c: Set XBINARY_IO_INLINE, not XSETMODE_INLINE. diff --git a/lib/xbinary-io.c b/lib/xbinary-io.c index 7fc8d0b..7f765f1 100644 --- a/lib/xbinary-io.c +++ b/lib/xbinary-io.c @@ -16,7 +16,7 @@ #include <config.h> -#define XSETMODE_INLINE _GL_EXTERN_INLINE +#define XBINARY_IO_INLINE _GL_EXTERN_INLINE #include "xbinary-io.h" #include <errno.h>
