mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-125206: Make _Py_FFI_SUPPORT_C_COMPLEX private (GH-135932)
This commit is contained in:
parent
10a3d43188
commit
9193efdeab
6 changed files with 10 additions and 10 deletions
|
@ -4163,7 +4163,7 @@ int main(void)
|
|||
[ac_cv_ffi_complex_double_supported=no])
|
||||
])])
|
||||
if test "$ac_cv_ffi_complex_double_supported" = "yes"; then
|
||||
AC_DEFINE([Py_FFI_SUPPORT_C_COMPLEX], [1],
|
||||
AC_DEFINE([_Py_FFI_SUPPORT_C_COMPLEX], [1],
|
||||
[Defined if _Complex C type can be used with libffi.])
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue