diff options
author | Christian Heimes <christian@python.org> | 2022-01-26 11:20:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 11:20:31 (GMT) |
commit | 4371fbd4328781496f5f2c6938c4d9a84049b187 (patch) | |
tree | 52e03e1e7ec64e0963f68036c4cd082670b79d37 /pyconfig.h.in | |
parent | c730342005edf67333c37b575b419e2fc67d232b (diff) | |
download | cpython-4371fbd4328781496f5f2c6938c4d9a84049b187.zip cpython-4371fbd4328781496f5f2c6938c4d9a84049b187.tar.gz cpython-4371fbd4328781496f5f2c6938c4d9a84049b187.tar.bz2 |
[3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH-30914)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index b97b8f8..8a4aeda 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1656,11 +1656,6 @@ /* Define on FreeBSD to activate all library features */ #undef __BSD_VISIBLE -/* Define to 1 if type `char' is unsigned and you are not using gcc. */ -#ifndef __CHAR_UNSIGNED__ -# undef __CHAR_UNSIGNED__ -#endif - /* Define to 'long' if <time.h> doesn't define. */ #undef clock_t |