There was an error while loading. Please reload this page.
1 parent 7cd5f4c commit a97eec8Copy full SHA for a97eec8
1 file changed
PC/pyconfig.h
@@ -150,7 +150,7 @@ WIN32 is still required for the locale module.
150
151
#ifdef __clang__
152
#define _Py_CLANG_COMPILER(platform) ( \
153
- "[Clang " _Py_STRINGIZE(__clang_major__)"." _Py_STRINGIZE(__clang_minor__ ) \
+ "[Clang " _Py_STRINGIZE(__clang_major__) "." _Py_STRINGIZE(__clang_minor__) \
154
"." _Py_STRINGIZE(__clang_patchlevel__) " " platform \
155
" with MSC v." _Py_STRINGIZE(_MSC_VER) " CRT]")
156
#endif
0 commit comments