summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorJoseph Shen <joseph.smeng@gmail.com>2017-03-03 13:44:51 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-03-03 13:44:51 (GMT)
commit677ab995cede784f5dafa64d54c92e98c8b81dd7 (patch)
treed3033e0e3dac46cc1d83107e393bc48a588d6798 /Include
parent460b1cc152630079adef8a9923089de734cbb26a (diff)
downloadcpython-677ab995cede784f5dafa64d54c92e98c8b81dd7.zip
cpython-677ab995cede784f5dafa64d54c92e98c8b81dd7.tar.gz
cpython-677ab995cede784f5dafa64d54c92e98c8b81dd7.tar.bz2
Fixed a typo in the comment in Include/pyport.h (#425)
#ifdef HAVE_DECLSPEC_DLL / #endif mismatch
Diffstat (limited to 'Include')
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 03c664f..684ef66 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -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 */