mirror of https://github.com/python/cpython
Change LONG_BIT error warning to mention glibc, too, since this is really
a glibc, not a gcc, problem.
This commit is contained in:
parent
1baa22aff0
commit
234fb632a3
|
@ -387,7 +387,7 @@ typedef struct fd_set {
|
|||
* rather than waiting for integer multiplication to trigger bogus
|
||||
* overflows.
|
||||
*/
|
||||
#error "LONG_BIT definition appears wrong for platform (bad gcc config?)."
|
||||
#error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
|
||||
#endif
|
||||
|
||||
#ifdef __NeXT__
|
||||
|
|
Loading…
Reference in New Issue