commit | c7ff90bbbb50453613f777c252077422fa33856b | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Nov 11 20:21:06 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Nov 11 20:21:06 2002 +0000 |
tree | ce6bf0f15556c4dd12b9a557ccdf613b8cf2601f | |
parent | 37dfb01766d3c2a668ea51ae07fa0f420625a989 [diff] |
Forgot a paren in the MSVC + 64-bit + Intel case.
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 1d179a4..6ff99b6 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h
@@ -98,7 +98,7 @@ /* 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