Fixed a typo in the comment in Include/pyport.h (#425)
#ifdef HAVE_DECLSPEC_DLL / #endif mismatch
This commit is contained in:
parent
460b1cc152
commit
677ab995ce
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue