Issue #4910, patch 3/3: rename nb_long to nb_reserved

This commit is contained in:
Mark Dickinson 2009-01-17 10:04:45 +00:00
parent 0bbcc4cf98
commit 8055afd019
12 changed files with 19 additions and 14 deletions

View file

@ -219,7 +219,7 @@ typedef struct {
binaryfunc nb_xor;
binaryfunc nb_or;
unaryfunc nb_int;
unaryfunc nb_long;
void *nb_reserved; /* the slot formerly known as nb_long */
unaryfunc nb_float;
binaryfunc nb_inplace_add;