summaryrefslogtreecommitdiff
path: root/uconfig.h
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 /uconfig.h
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 'uconfig.h')
-rw-r--r--uconfig.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/uconfig.h b/uconfig.h
index 2d38ac4f32..a130f48313 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -1456,6 +1456,10 @@
/* 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.
+ */
/*#define HASATTRIBUTE_DEPRECATED / **/
/*#define HASATTRIBUTE_FORMAT / **/
/*#define PRINTF_FORMAT_NULL_OK / **/
@@ -5256,6 +5260,6 @@
#endif
/* Generated from:
- * cc910600600e832a5ad4789896a093ec8e001c4dec9ee3c7d7a3e6ba880651c7 config_h.SH
+ * 14796a77fb4ae3335f5e589a98445bc6e838b688194f6f112537495f0814f5d5 config_h.SH
* e598046e9da73796e21226371ce26e8f2144852e0f5da7f00e52e1dbe1eaeaa6 uconfig.sh
* ex: set ro: */