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