Fixed a typo in the comment in Include/pyport.h (#425)

#ifdef HAVE_DECLSPEC_DLL / #endif mismatch
This commit is contained in:
Joseph Shen 2017-03-03 21:44:51 +08:00 committed by Serhiy Storchaka
parent 460b1cc152
commit 677ab995ce
1 changed files with 1 additions and 1 deletions

View File

@ -671,7 +671,7 @@ extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
# define PyMODINIT_FUNC __declspec(dllexport) PyObject* # define PyMODINIT_FUNC __declspec(dllexport) PyObject*
# endif /* __cplusplus */ # endif /* __cplusplus */
# endif /* Py_BUILD_CORE */ # endif /* Py_BUILD_CORE */
# endif /* HAVE_DECLSPEC */ # endif /* HAVE_DECLSPEC_DLL */
#endif /* Py_ENABLE_SHARED */ #endif /* Py_ENABLE_SHARED */
/* If no external linkage macros defined by now, create defaults */ /* If no external linkage macros defined by now, create defaults */