]> granicus.if.org Git - python/commit
Issue #22038, configure: HAVE_STD_ATOMIC now also check that "atomic_int" and
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Jan 2015 15:01:46 +0000 (16:01 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Jan 2015 15:01:46 +0000 (16:01 +0100)
commit923e06f77d7cd3c998913568128e8a41c55136bd
treed413616596d946940a4d39f409a125c02326cc72
parent3be472b5f777fe5ebc0c1f4b6c0d96c73352db9c
Issue #22038, configure: HAVE_STD_ATOMIC now also check that "atomic_int" and
"_Atomic void*" types work. Change needed on FreeBSD 10 where stdatomic.h is
available but the compiler fails on "_Atomic void*" with "_Atomic cannot be
applied to incomplete type 'void'".
configure
configure.ac
pyconfig.h.in