Kaydet (Commit) 677ab995 authored tarafından Joseph Shen's avatar Joseph Shen Kaydeden (comit) Serhiy Storchaka

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

 #ifdef HAVE_DECLSPEC_DLL / #endif mismatch
üst 460b1cc1
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment