mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
stop using Py_LL and Py_ULL
This commit is contained in:
parent
41e35f37ed
commit
ac965ca16c
4 changed files with 86 additions and 90 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue