at 22.05-pre 15 lines 376 B view raw
1diff --git a/config.h.in b/config.h.in 2index 07e6fce..0c57e2a 100644 3--- a/config.h.in 4+++ b/config.h.in 5@@ -432,8 +432,8 @@ 6 # endif 7 # define _GL_EXTERN_INLINE extern 8 #else 9-# define _GL_INLINE static _GL_UNUSED 10-# define _GL_EXTERN_INLINE static _GL_UNUSED 11+# define _GL_INLINE static 12+# define _GL_EXTERN_INLINE static 13 #endif 14 15 #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)