diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-01-12 15:06:28 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-01-12 15:06:28 (GMT) |
commit | 234fb632a376622ddf8b7c3fd600b9b434e21b14 (patch) | |
tree | bfe21b8b5f5040ccc3347d396d9c08be2877ae27 /Include/pyport.h | |
parent | 1baa22aff0a9cde81e2b19b36662e7987b83356b (diff) | |
download | cpython-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.h | 2 |
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__ |