[Python-checkins] r55107 - python/trunk/PC/pyconfig.h

kristjan.jonsson python-checkins at python.org
Fri May 4 02:25:09 CEST 2007


Author: kristjan.jonsson
Date: Fri May  4 02:25:08 2007
New Revision: 55107

Modified:
   python/trunk/PC/pyconfig.h
Log:
Revert compiler comment to AMD64 for x64/AMD64 builds.

Modified: python/trunk/PC/pyconfig.h
==============================================================================
--- python/trunk/PC/pyconfig.h	(original)
+++ python/trunk/PC/pyconfig.h	Fri May  4 02:25:08 2007
@@ -141,7 +141,7 @@
 #define COMPILER _Py_PASTE_VERSION("64 bit (Itanium)")
 #define MS_WINI64
 #elif defined(_M_X64)
-#define COMPILER _Py_PASTE_VERSION("64 bit (x64)")
+#define COMPILER _Py_PASTE_VERSION("64 bit (AMD64)")
 #define MS_WINX64
 #else
 #define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)")


More information about the Python-checkins mailing list