summaryrefslogtreecommitdiff
path: root/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2026-01-09 14:41:21 +0000
committerBrooks Davis <brooks@FreeBSD.org>2026-01-09 14:42:00 +0000
commit0a64d16cef172bd3c809a8dc9035cd7d981b2951 (patch)
tree06486077be81798a042403cc826b29084e27b225 /source/Plugins/ScriptInterpreter/Python
parent31e7dc6b9a000b02353bfc41cbd897533287cda2 (diff)
sys/_types.h: avoid use of __has_feature()
Only fairly recent GCC versions support and sys/_types.h must work with quite old compilers and without sys/cdef.h being included. The prior workaround works fine, but we can have the same effect with compiler macro definitions. In this specific case, compilers that define the __intcap_t builtin type will define __SIZEOF_INTCAP__. This reverts commit 029a09f18032353a9ae874590b879322efc6e53a This reverts commit 19728f31ae421f40e2b0b0c775f4eedd7f927be0 Reviewed by: imp, des, kib, emaste Effort: CHERI upstreaming Fixes: 85ab981a8e4e ("sys/_types.h: define fallback __(u)intcap_t") Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D54009
Diffstat (limited to 'source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions