Skip to content

Commit 677ab99

Browse files
josephshenserhiy-storchaka
authored andcommitted
Fixed a typo in the comment in Include/pyport.h (#425)
#ifdef HAVE_DECLSPEC_DLL / #endif mismatch
1 parent 460b1cc commit 677ab99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/pyport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
671671
# define PyMODINIT_FUNC __declspec(dllexport) PyObject*
672672
# endif /* __cplusplus */
673673
# endif /* Py_BUILD_CORE */
674-
# endif /* HAVE_DECLSPEC */
674+
# endif /* HAVE_DECLSPEC_DLL */
675675
#endif /* Py_ENABLE_SHARED */
676676

677677
/* If no external linkage macros defined by now, create defaults */

0 commit comments

Comments
 (0)