summaryrefslogtreecommitdiff
path: root/Include/pyport.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-19 22:17:16 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-19 22:17:16 -0700
commite2e792d98feef833eaff28d8fe1249953c9da6ca (patch)
tree447b551b4fb0d05e016403ec4e7b10995c71c9ef /Include/pyport.h
parent1daf6da2c8a9a0229df84057a4ec142d69dfac9d (diff)
parent918aa89483817c63c6e34a4cbdae0d17d19372e6 (diff)
downloadcpython-git-e2e792d98feef833eaff28d8fe1249953c9da6ca.tar.gz
merge 3.5 (#28184)
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 19941ec11a..ec3c4df423 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -747,7 +747,7 @@ extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
#define PY_LITTLE_ENDIAN 1
#endif
-#ifdef Py_BUILD_CORE
+#ifdef Py_BUILD_CORE
/*
* Macros to protect CRT calls against instant termination when passed an
* invalid parameter (issue23524).