gh-125206: Make _Py_FFI_SUPPORT_C_COMPLEX private (GH-135932)

This commit is contained in:
Petr Viktorin 2025-06-26 11:48:37 +02:00 committed by GitHub
parent 10a3d43188
commit 9193efdeab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 10 deletions

View file

@ -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