commit | 8055afd0197862a3358fb219f5bb60233288fe02 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Jan 17 10:04:45 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Jan 17 10:04:45 2009 +0000 |
tree | 28f57e526a9cdc334a7684df302ca55da5bbf1ad | |
parent | 0bbcc4cf9853fe4864a481e303a9f8d22cf2dc36 [diff] [blame] |
Issue #4910, patch 3/3: rename nb_long to nb_reserved
diff --git a/Objects/floatobject.c b/Objects/floatobject.c index 7292ca5..a3c4e45 100644 --- a/Objects/floatobject.c +++ b/Objects/floatobject.c
@@ -1798,7 +1798,7 @@ 0, /*nb_xor*/ 0, /*nb_or*/ float_trunc, /*nb_int*/ - 0, /*nb_long*/ + 0, /*nb_reserved*/ float_float, /*nb_float*/ 0, /* nb_inplace_add */ 0, /* nb_inplace_subtract */