Oops, didn't mean to commit the removal of float_compare!

This commit is contained in:
Michael W. Hudson 2004-02-26 13:16:03 +00:00
parent 957f9774b6
commit 6bee23cdc3
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,7 @@ PyTypeObject PyFloat_Type = {
(printfunc)float_print, /* tp_print */
0, /* tp_getattr */
0, /* tp_setattr */
0, /* tp_compare */
(cmpfunc)float_compare, /* tp_compare */
(reprfunc)float_repr, /* tp_repr */
&float_as_number, /* tp_as_number */
0, /* tp_as_sequence */