From: Andrew M. Kuchling Date: Fri, 12 Jan 2001 15:06:28 +0000 (+0000) Subject: Change LONG_BIT error warning to mention glibc, too, since this is really X-Git-Tag: v2.1a1~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=234fb632a376622ddf8b7c3fd600b9b434e21b14;p=python Change LONG_BIT error warning to mention glibc, too, since this is really a glibc, not a gcc, problem. --- diff --git a/Include/pyport.h b/Include/pyport.h index 4bc6016175..bf79012d1b 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -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__