bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] xsetmode: new module


From: Bruno Haible
Subject: Re: [PATCH] xsetmode: new module
Date: Thu, 16 Feb 2017 10:18:20 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-62-generic; KDE/5.18.0; x86_64; ; )

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  <address@hidden>

        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>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]