]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix compiler warnings on Windows 64-bit in grammar.c
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 00:07:38 +0000 (01:07 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 00:07:38 +0000 (01:07 +0100)
commit3a8a333942512657195679a49a91a1846f740928
treec0c5f1329e5af80e4f79e6f39e7e02d13adf8e3e
parent6dd0d461a4e1f3d02784598f1efae185c0bf06bc
Fix compiler warnings on Windows 64-bit in grammar.c

INT_MAX states and labels should be enough for everyone
Parser/grammar.c