diff options
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 26ed9f9fba..08c5923ef8 100755 --- a/config_h.SH +++ b/config_h.SH @@ -1491,6 +1491,10 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un /* HASATTRIBUTE_WARN_UNUSED_RESULT: * Can we handle GCC attribute for warning on unused results */ +/* HASATTRIBUTE_ALWAYS_INLINE: + * Can we handle GCC attribute for functions that should always be + * inlined. + */ #$d_attribute_deprecated HASATTRIBUTE_DEPRECATED /**/ #$d_attribute_format HASATTRIBUTE_FORMAT /**/ #$d_printf_format_null PRINTF_FORMAT_NULL_OK /**/ |