File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ static PyObject *
62
62
mover (char * name ,
63
63
PyObject * args ,
64
64
PyObject * kwds ,
65
- move_t ,
66
- move_t ,
67
- move_t ,
68
- move_t ,
69
- int has_ddof );
65
+ move_t move_float64 ,
66
+ move_t move_float32 ,
67
+ move_t move_int64 ,
68
+ move_t move_int32 ,
69
+ int has_ddof );
70
70
71
71
/* move_sum -------------------------------------------------------------- */
72
72
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ static PyObject *
38
38
nonreducer_axis (char * name ,
39
39
PyObject * args ,
40
40
PyObject * kwds ,
41
- nra_t ,
42
- nra_t ,
43
- nra_t ,
44
- nra_t ,
41
+ nra_t nra_float64 ,
42
+ nra_t nra_float32 ,
43
+ nra_t nra_int64 ,
44
+ nra_t nra_int32 ,
45
45
parse_type );
46
46
47
47
/* partition ------------------------------------------------------------- */
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ static PyObject *
12
12
nonreducer (char * name ,
13
13
PyObject * args ,
14
14
PyObject * kwds ,
15
- nr_t ,
16
- nr_t ,
17
- nr_t ,
18
- nr_t ,
19
- int inplace );
15
+ nr_t nr_float64 ,
16
+ nr_t nr_float32 ,
17
+ nr_t nr_int64 ,
18
+ nr_t nr_int32 ,
19
+ int inplace );
20
20
21
21
/* replace --------------------------------------------------------------- */
22
22
You can’t perform that action at this time.
0 commit comments