diff options
Diffstat (limited to 'gl/m4/gnulib-common.m4')
-rw-r--r-- | gl/m4/gnulib-common.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gl/m4/gnulib-common.m4 b/gl/m4/gnulib-common.m4 index 30911d15..8a5daa23 100644 --- a/gl/m4/gnulib-common.m4 +++ b/gl/m4/gnulib-common.m4 | |||
@@ -313,7 +313,8 @@ AC_DEFUN([gl_COMMON_BODY], [ | |||
313 | #else | 313 | #else |
314 | # define _GL_ATTRIBUTE_MAYBE_UNUSED _GL_ATTRIBUTE_UNUSED | 314 | # define _GL_ATTRIBUTE_MAYBE_UNUSED _GL_ATTRIBUTE_UNUSED |
315 | #endif | 315 | #endif |
316 | /* Alternative spelling of this macro, for convenience. */ | 316 | /* Alternative spelling of this macro, for convenience and for |
317 | compatibility with glibc/include/libc-symbols.h. */ | ||
317 | #define _GL_UNUSED _GL_ATTRIBUTE_MAYBE_UNUSED | 318 | #define _GL_UNUSED _GL_ATTRIBUTE_MAYBE_UNUSED |
318 | /* Earlier spellings of this macro. */ | 319 | /* Earlier spellings of this macro. */ |
319 | #define _UNUSED_PARAMETER_ _GL_ATTRIBUTE_MAYBE_UNUSED | 320 | #define _UNUSED_PARAMETER_ _GL_ATTRIBUTE_MAYBE_UNUSED |