[Python-checkins] CVS: python/dist/src/Include pyport.h,2.22,2.23

A.M. Kuchling python-dev@python.org
Fri, 12 Jan 2001 07:06:44 -0800


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv22122

Modified Files:
	pyport.h 
Log Message:
Change LONG_BIT error warning to mention glibc, too, since this is really 
    a glibc, not a gcc, problem.


Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.22
retrieving revision 2.23
diff -C2 -r2.22 -r2.23
*** pyport.h	2000/10/05 17:25:45	2.22
--- pyport.h	2001/01/12 15:06:28	2.23
***************
*** 388,392 ****
   * overflows.
   */
! #error "LONG_BIT definition appears wrong for platform (bad gcc config?)."
  #endif
  
--- 388,392 ----
   * overflows.
   */
! #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
  #endif