Skip to content

Commit a97eec8

Browse files
Update PC/pyconfig.h
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 7cd5f4c commit a97eec8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/pyconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ WIN32 is still required for the locale module.
150150

151151
#ifdef __clang__
152152
#define _Py_CLANG_COMPILER(platform) ( \
153-
"[Clang " _Py_STRINGIZE(__clang_major__)"." _Py_STRINGIZE(__clang_minor__ ) \
153+
"[Clang " _Py_STRINGIZE(__clang_major__) "." _Py_STRINGIZE(__clang_minor__) \
154154
"." _Py_STRINGIZE(__clang_patchlevel__) " " platform \
155155
" with MSC v." _Py_STRINGIZE(_MSC_VER) " CRT]")
156156
#endif

0 commit comments

Comments
 (0)