]> granicus.if.org Git - python/commitdiff
Forgot a paren in the MSVC + 64-bit + Intel case.
authorTim Peters <tim.peters@gmail.com>
Mon, 11 Nov 2002 20:21:06 +0000 (20:21 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 11 Nov 2002 20:21:06 +0000 (20:21 +0000)
PC/pyconfig.h

index 1d179a45e40c3f7b00e6448753dabe51d344208d..6ff99b63239b79eb715ca49212d0a697fab3a4a3 100644 (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