]> granicus.if.org Git - python/commitdiff
Change LONG_BIT error warning to mention glibc, too, since this is really
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 12 Jan 2001 15:06:28 +0000 (15:06 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 12 Jan 2001 15:06:28 +0000 (15:06 +0000)
    a glibc, not a gcc, problem.

Include/pyport.h

index 4bc6016175a2ffb8964b538ec5837972e1d04e7c..bf79012d1bd8f6be9b7455758fe481dbff3ae0eb 100644 (file)
@@ -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__