summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-01-12 15:06:28 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-01-12 15:06:28 (GMT)
commit234fb632a376622ddf8b7c3fd600b9b434e21b14 (patch)
treebfe21b8b5f5040ccc3347d396d9c08be2877ae27 /Include/pyport.h
parent1baa22aff0a9cde81e2b19b36662e7987b83356b (diff)
downloadcpython-234fb632a376622ddf8b7c3fd600b9b434e21b14.zip
cpython-234fb632a376622ddf8b7c3fd600b9b434e21b14.tar.gz
cpython-234fb632a376622ddf8b7c3fd600b9b434e21b14.tar.bz2
Change LONG_BIT error warning to mention glibc, too, since this is really
a glibc, not a gcc, problem.
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
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__