diff options
author | Christian Heimes <christian@python.org> | 2022-01-26 11:20:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 11:20:39 (GMT) |
commit | 04772cd6f164c1219c8c74d55626ba114f01aa96 (patch) | |
tree | 8d912e407d6d34071fddb8238888803cee04b497 /pyconfig.h.in | |
parent | 29eefcc9c688bc4097f2660de1fa846c5ea54735 (diff) | |
download | cpython-04772cd6f164c1219c8c74d55626ba114f01aa96.zip cpython-04772cd6f164c1219c8c74d55626ba114f01aa96.tar.gz cpython-04772cd6f164c1219c8c74d55626ba114f01aa96.tar.bz2 |
[3.9] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH-30915)
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 188faee..b7bfc25 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1632,11 +1632,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 |