Forgot a paren in the MSVC + 64-bit + Intel case.

This commit is contained in:
Tim Peters 2002-11-11 20:21:06 +00:00
parent 37dfb01766
commit c7ff90bbbb
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ MS_CORE_DLL.
/* set the COMPILER */
#ifdef MS_WIN64
#ifdef _M_IX86
#define COMPILER _Py_PASTE_VERSION("64 bit (Intel)"
#define COMPILER _Py_PASTE_VERSION("64 bit (Intel)")
#else
#define COMPILER _Py_PASTE_VERSION("64 bit (Unknown)")
#endif