[Python-checkins] python/dist/src/PC pyconfig.h,1.16,1.17

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 11 Nov 2002 12:21:08 -0800


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

Modified Files:
	pyconfig.h 
Log Message:
Forgot a paren in the MSVC + 64-bit + Intel case.


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** pyconfig.h	11 Nov 2002 19:44:39 -0000	1.16
--- pyconfig.h	11 Nov 2002 20:21:06 -0000	1.17
***************
*** 99,103 ****
  #ifdef MS_WIN64
  #ifdef _M_IX86
! #define COMPILER _Py_PASTE_VERSION("64 bit (Intel)"
  #else
  #define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)")
--- 99,103 ----
  #ifdef MS_WIN64
  #ifdef _M_IX86
! #define COMPILER _Py_PASTE_VERSION("64 bit (Intel)")
  #else
  #define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)")