mirror of
https://github.com/python/cpython.git
synced 2025-10-29 09:29:26 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue