]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Got RID of redundant coercions in longobject.c (as spotted by Greg
authorTim Peters <tim.peters@gmail.com>
Sat, 8 Jul 2000 00:32:04 +0000 (00:32 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 8 Jul 2000 00:32:04 +0000 (00:32 +0000)
commit9ace6bc7efcca54f85cd638adef7b76468253505
tree6178aa6af8230b6fa2b0413b15c7a31a0ae4b7b7
parent74b2677593f8d8fa362e25b70dcaaf6d93108873
Got RID of redundant coercions in longobject.c (as spotted by Greg
Stein -- thanks!).  Incidentally removed all the Py_PROTO macros
from object.h, as they prevented my editor from magically finding
the definitions of the "coercion", "cmpfunc" and "reprfunc"
typedefs that were being redundantly applied in longobject.c.
Include/object.h
Objects/longobject.c