]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg,
authorTim Peters <tim.peters@gmail.com>
Wed, 11 Oct 2000 07:04:49 +0000 (07:04 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 11 Oct 2000 07:04:49 +0000 (07:04 +0000)
commit35ba689caba292bbe5093026eaab43957992c089
tree17e62398d122ac07cf89ff07f8f3275c0293e16a
parent5428c7db41a32ced1acd93b13d69a48db6932c3f
Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg,
by making the DUP_TOPX code utterly straightforward.  This also gets rid
of all normal-case internal DUP_TOPX if/branches, and allows replacing one
POP() with TOP() in each case, so is a good idea regardless.
Python/ceval.c