diff options
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2007-05-04 00:25:08 (GMT) |
---|---|---|
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2007-05-04 00:25:08 (GMT) |
commit | c0e984002826217c2035573bf11193d0af516117 (patch) | |
tree | fe71d7469686898b56a275f5e8b49396c87f7243 /PC | |
parent | f030394de333ed645e7f1139e2e42f43444efb73 (diff) | |
download | cpython-c0e984002826217c2035573bf11193d0af516117.zip cpython-c0e984002826217c2035573bf11193d0af516117.tar.gz cpython-c0e984002826217c2035573bf11193d0af516117.tar.bz2 |
Revert compiler comment to AMD64 for x64/AMD64 builds.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/pyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 10d929a..91cc823 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -141,7 +141,7 @@ MS_CORE_DLL. #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)") |