From 677ab995cede784f5dafa64d54c92e98c8b81dd7 Mon Sep 17 00:00:00 2001 From: Joseph Shen Date: Fri, 3 Mar 2017 21:44:51 +0800 Subject: [PATCH] Fixed a typo in the comment in Include/pyport.h (#425) #ifdef HAVE_DECLSPEC_DLL / #endif mismatch --- Include/pyport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/pyport.h b/Include/pyport.h index 03c664f397..684ef662af 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -671,7 +671,7 @@ extern pid_t forkpty(int *, char *, struct termios *, struct winsize *); # define PyMODINIT_FUNC __declspec(dllexport) PyObject* # endif /* __cplusplus */ # endif /* Py_BUILD_CORE */ -# endif /* HAVE_DECLSPEC */ +# endif /* HAVE_DECLSPEC_DLL */ #endif /* Py_ENABLE_SHARED */ /* If no external linkage macros defined by now, create defaults */ -- 2.40.0