summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-06-05 07:33:13 -0600
committerKarl Williamson <khw@cpan.org>2021-06-12 09:20:14 -0600
commitbfe5127121a2046fe9d996a64635f6f08d940528 (patch)
treef624010676384b5484c0191c47b1cd430928b05b /plan9
parent19c4b24fc62a1e8dd1f7dcaaf337d0eb11dbb6b0 (diff)
downloadperl-bfe5127121a2046fe9d996a64635f6f08d940528.tar.gz
Configure changes for HAS_NON_INT_BITFIELDS
This probe has been available without my realizing it had been merged. Some compilers, chiefly IBM, use only integer-size bitfields, warning when presented with other-sized ones. Allowing other-sized fields is an extension to the C standard. These warnings don't affect the correctness of the code generated, but very many are generated per run, potentially overwhelming the reader into not noticing warnings that are important.
Diffstat (limited to 'plan9')
-rw-r--r--plan9/config_sh.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 63073397e1..2b8e88e80a 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -418,6 +418,7 @@ d_nextafter='undef'
d_nexttoward='undef'
d_nice='undef'
d_nl_langinfo='undef'
+d_non_int_bitfields='define'
d_nv_preserves_uv='undef'
d_nv_zero_is_allbits_zero='undef'
d_off64_t='undef'