From ac965ca16c59308fdafbeff9e36dfaf06505a512 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 18 Sep 2016 18:12:21 -0700 Subject: stop using Py_LL and Py_ULL --- Include/pyport.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Include/pyport.h') diff --git a/Include/pyport.h b/Include/pyport.h index 421b9549df..19941ec11a 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 -- cgit v1.2.1