commit | 9ace6bc7efcca54f85cd638adef7b76468253505 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Jul 08 00:32:04 2000 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Jul 08 00:32:04 2000 +0000 |
tree | 6178aa6af8230b6fa2b0413b15c7a31a0ae4b7b7 | |
parent | 74b2677593f8d8fa362e25b70dcaaf6d93108873 [diff] |
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.