diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-19 01:12:21 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-19 01:12:21 (GMT) |
commit | ac965ca16c59308fdafbeff9e36dfaf06505a512 (patch) | |
tree | 52f3e070857632405fff16657627ba2fe3f527eb /Include/pyport.h | |
parent | 41e35f37edf760898f9c440ac17a4c542c9d88a1 (diff) | |
download | cpython-ac965ca16c59308fdafbeff9e36dfaf06505a512.zip cpython-ac965ca16c59308fdafbeff9e36dfaf06505a512.tar.gz cpython-ac965ca16c59308fdafbeff9e36dfaf06505a512.tar.bz2 |
stop using Py_LL and Py_ULL
Diffstat (limited to 'Include/pyport.h')
-rw-r--r-- | Include/pyport.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/pyport.h b/Include/pyport.h index 421b954..19941ec 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -715,10 +715,6 @@ extern pid_t forkpty(int *, char *, struct termios *, struct winsize *); #pragma error_messages (off,E_END_OF_LOOP_CODE_NOT_REACHED) #endif -/* - * Older Microsoft compilers don't support the C99 long long literal suffixes, - * so these will be defined in PC/pyconfig.h for those compilers. - */ #ifndef Py_LL #define Py_LL(x) x##LL #endif |