Skip to content

Commit feb8ef5

Browse files
Fix the error message.
1 parent d573053 commit feb8ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/pyport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ extern char * _getpty(int *, int, mode_t, int);
666666
#ifdef WITH_THREAD
667667
# ifdef Py_BUILD_CORE
668668
# ifdef HAVE_THREAD_LOCAL
669-
# error "unexpectedly, HAVE_THREAD_LOCAL is already defined"
669+
# error "HAVE_THREAD_LOCAL is already defined"
670670
# endif
671671
# define HAVE_THREAD_LOCAL 1
672672
# ifdef thread_local

0 commit comments

Comments
 (0)