diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-20 05:17:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-20 05:17:16 (GMT) |
commit | e2e792d98feef833eaff28d8fe1249953c9da6ca (patch) | |
tree | 447b551b4fb0d05e016403ec4e7b10995c71c9ef /Include/pyport.h | |
parent | 1daf6da2c8a9a0229df84057a4ec142d69dfac9d (diff) | |
parent | 918aa89483817c63c6e34a4cbdae0d17d19372e6 (diff) | |
download | cpython-e2e792d98feef833eaff28d8fe1249953c9da6ca.zip cpython-e2e792d98feef833eaff28d8fe1249953c9da6ca.tar.gz cpython-e2e792d98feef833eaff28d8fe1249953c9da6ca.tar.bz2 |
merge 3.5 (#28184)
Diffstat (limited to 'Include/pyport.h')
-rw-r--r-- | Include/pyport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h index 19941ec..ec3c4df 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). |