mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Rip out 'long' and 'L'-suffixed integer literals.
(Rough first cut.)
This commit is contained in:
parent
fc7bb8c786
commit
e2a383d062
146 changed files with 1446 additions and 1477 deletions
|
@ -213,7 +213,7 @@ _PC_NO_TRUNC = 7
|
|||
_PC_VDISABLE = 8
|
||||
_PC_CHOWN_RESTRICTED = 9
|
||||
_PC_FILESIZEBITS = 10
|
||||
_POSIX_VERSION = 199009L
|
||||
_POSIX_VERSION = 199009
|
||||
_XOPEN_VERSION = 4
|
||||
GF_PATH = "/etc/group"
|
||||
PF_PATH = "/etc/passwd"
|
||||
|
@ -231,8 +231,8 @@ STDERR_FILENO = 2
|
|||
_XOPEN_UNIX = 1
|
||||
_XOPEN_ENH_I18N = 1
|
||||
_XOPEN_XPG4 = 1
|
||||
_POSIX2_C_VERSION = 199209L
|
||||
_POSIX2_VERSION = 199209L
|
||||
_POSIX2_C_VERSION = 199209
|
||||
_POSIX2_VERSION = 199209
|
||||
_XOPEN_XCU_VERSION = 4
|
||||
_POSIX_SEMAPHORES = 1
|
||||
_POSIX_THREADS = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue