summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@debian.org>2020-05-16 00:39:28 +0300
committerSawyer X <xsawyerx@cpan.org>2020-05-24 00:32:32 +0300
commitbbe8fe5cdb81f0ff558157e082abae7aeb6cc674 (patch)
tree9304f05f459a5fe132b1b40d8f3501b98d963539 /config_h.SH
parent88282c0846b7232287fc387682b1b5337d56cf64 (diff)
downloadperl-bbe8fe5cdb81f0ff558157e082abae7aeb6cc674.tar.gz
Finalize config_h.SH for the __attribute__(always_inline) probe
For some reason this comment was not added by commit https://github.com/Perl/perl5/commit/e849841dca2a8b11119997585f795647c52cdcdf but it gets included when regenerating from metaconfig, stemming from https://github.com/Perl/metaconfig/commit/829ae3555af6c3549169acf1fab1bd089b442e47 (Also includes regenerated uconfig.h by regen/uconfig_h.pl)
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH4
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 /**/