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

Tim Peters python-dev@python.org
Fri, 8 Sep 2000 08:45:37 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory slayer.i.sourceforge.net:/tmp/cvs-serv21944/python/dist/src/include

Modified Files:
	pyport.h 
Log Message:
A #define didn't start in column 1.  Closes SF bug 113888.


Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.17
retrieving revision 2.18
diff -C2 -r2.17 -r2.18
*** pyport.h	2000/09/08 12:55:35	2.17
--- pyport.h	2000/09/08 15:45:34	2.18
***************
*** 172,176 ****
   *    it really can't be implemented correctly (& easily) before C99.
   */
!  #define Py_IS_INFINITY(X) ((X) && (X)*0.5 == (X))
  
  /**************************************************************************
--- 172,176 ----
   *    it really can't be implemented correctly (& easily) before C99.
   */
! #define Py_IS_INFINITY(X) ((X) && (X)*0.5 == (X))
  
  /**************************************************************************