[Python-checkins] python/dist/src/Include pyport.h, 2.51.2.1, 2.51.2.2

nascheme at users.sourceforge.net nascheme at users.sourceforge.net
Fri Mar 26 10:30:01 EST 2004


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20531/Include

Modified Files:
      Tag: ast-branch
	pyport.h 
Log Message:
Provide INT_MIN too.


Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.51.2.1
retrieving revision 2.51.2.2
diff -C2 -d -r2.51.2.1 -r2.51.2.2
*** pyport.h	28 Apr 2003 17:32:50 -0000	2.51.2.1
--- pyport.h	26 Mar 2004 15:29:59 -0000	2.51.2.2
***************
*** 516,519 ****
--- 516,520 ----
  #ifndef INT_MAX
  #define INT_MAX 2147483647
+ #define INT_MIN (-INT_MAX - 1)
  #endif
  




More information about the Python-checkins mailing list