Feature #1222 ยป 0024-gnulib-common.m4-Update-to-serial-107.patch
| dependencies/m4/gnulib-common.m4 | ||
|---|---|---|
| # gnulib-common.m4 | ||
| # serial 106 | ||
| dnl Copyright (C) 2007-2024 Free Software Foundation, Inc. | ||
| # serial 107 | ||
| dnl Copyright (C) 2007-2025 Free Software Foundation, Inc. | ||
| dnl This file is free software; the Free Software Foundation | ||
| dnl gives unlimited permission to copy and/or distribute it, | ||
| dnl with or without modifications, as long as this notice is preserved. | ||
| ... | ... | |
|    than _GL_ATTRIBUTE_PURE because the function need not return | ||
|    exactly once and can affect state addressed by its arguments.) | ||
|    See also <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2956.htm> and | ||
|    <https://stackoverflow.com/questions/76847905/>.  */ | ||
|    <https://stackoverflow.com/questions/76847905/>. | ||
|    ATTENTION! Efforts are underway to change the meaning of this attribute. | ||
|    See <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3424.htm>.  */ | ||
| /* Applies to: functions, pointer to functions, function types.  */ | ||
| #ifndef _GL_ATTRIBUTE_REPRODUCIBLE | ||
| /* This may be revisited when gcc and clang support [[reproducible]] or possibly | ||
| ... | ... | |
|    _GL_ATTRIBUTE_CONST because the function need not return exactly | ||
|    once and can depend on state addressed by its arguments.) | ||
|    See also <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2956.htm> and | ||
|    <https://stackoverflow.com/questions/76847905/>.  */ | ||
|    <https://stackoverflow.com/questions/76847905/>. | ||
|    ATTENTION! Efforts are underway to change the meaning of this attribute. | ||
|    See <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3424.htm>.  */ | ||
| /* Applies to: functions, pointer to functions, function types.  */ | ||
| #ifndef _GL_ATTRIBUTE_UNSEQUENCED | ||
| /* This may be revisited when gcc and clang support [[unsequenced]] or possibly | ||