summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-01-17 14:03:01 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-01-17 14:07:24 -0800
commit1332aae7b37ddbacc60d4090b90a6406b56bc98e (patch)
treec649c0d9b49234d1d5895211dda8cd415bf97d89 /ChangeLog
parentf778ecbe676e5e0f9649b1ef2b16af762a17d42d (diff)
downloadgnulib-1332aae7b37ddbacc60d4090b90a6406b56bc98e.tar.gz
extern-inline: improve macOS port
* m4/extern-inline.m4 (gl_EXTERN_INLINE): Define HAVE___HEADER_INLINE at configure-time, so that config.h knows the workaround is not needed even though ctype.h has not yet been included. This lets the compiler use extern inline functions on newer macOS platforms, instead of static inline. Problem reported by Reuben Thomas in: https://lists.gnu.org/r/bug-gnulib/2022-01/msg00130.html
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33944f44b8..c5eebe4872 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2022-01-17 Paul Eggert <eggert@cs.ucla.edu>
+
+ extern-inline: improve macOS port
+ * m4/extern-inline.m4 (gl_EXTERN_INLINE):
+ Define HAVE___HEADER_INLINE at configure-time, so that config.h
+ knows the workaround is not needed even though ctype.h has not yet
+ been included. This lets the compiler use extern inline functions
+ on newer macOS platforms, instead of static inline.
+ Problem reported by Reuben Thomas in:
+ https://lists.gnu.org/r/bug-gnulib/2022-01/msg00130.html
+
2022-01-17 Bruno Haible <bruno@clisp.org>
xstrtol: Trim dependencies.