]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25207, #14626: Fix ICC compiler warnings in posixmodule.c
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 20:37:15 +0000 (22:37 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 20:37:15 +0000 (22:37 +0200)
commit4552ced91673b5138460e3d697b4bea8f4aab93b
tree0a40bf70fdf213edcdd84ceb0d33bffa562a9a4c
parent1d59fee294d0bca792dacca4d5cc7dd21fedec95
Issue #25207, #14626: Fix ICC compiler warnings in posixmodule.c

Replace "#if XXX" with #ifdef XXX".
Modules/posixmodule.c