From 234fb632a376622ddf8b7c3fd600b9b434e21b14 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 12 Jan 2001 15:06:28 +0000 Subject: Change LONG_BIT error warning to mention glibc, too, since this is really a glibc, not a gcc, problem. --- Include/pyport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/pyport.h b/Include/pyport.h index 4bc6016..bf79012 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__ -- cgit v0.12