]> Savannah Git Hosting - gnulib.git/commitdiff
xbinary-io: Fix inlining.
authorBruno Haible <bruno@clisp.org>
Thu, 16 Feb 2017 09:16:02 +0000 (10:16 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 16 Feb 2017 09:16:02 +0000 (10:16 +0100)
* lib/xbinary-io.c: Set XBINARY_IO_INLINE, not XSETMODE_INLINE.

ChangeLog
lib/xbinary-io.c

index ec7c004857932c625c1167cb4bdad2b5e76e2b0d..32ec5bc168cff931c006cc7062cc0f15079f5deb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-16  Bruno Haible  <bruno@clisp.org>
+
+       xbinary-io: Fix inlining.
+       * lib/xbinary-io.c: Set XBINARY_IO_INLINE, not XSETMODE_INLINE.
+
 2017-02-16  Paul Eggert  <eggert@cs.ucla.edu>
 
        xbinary-io: rename from xsetmode
index 7fc8d0b20704d2edf304705065c53446dce4ba7a..7f765f1ec52c466e8594844dc659b5efccfe4ba0 100644 (file)
@@ -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>