We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766f6cd commit 2fb26caCopy full SHA for 2fb26ca
ext/numo/narray/ndloop.c
@@ -38,8 +38,6 @@ typedef struct NA_LOOP_XARGS {
38
bool free_user_iter; // alloc LARG(lp,j).iter=lp->xargs[j].iter
39
} na_loop_xargs_t;
40
41
-typedef struct NA_MD_LOOP na_md_loop_t;
42
-
43
typedef struct NA_MD_LOOP {
44
int narg;
45
int nin;
@@ -58,7 +56,7 @@ typedef struct NA_MD_LOOP {
58
56
VALUE reduce;
59
57
VALUE loop_opt;
60
ndfunc_t *ndfunc;
61
- void (*loop_func)(ndfunc_t *, na_md_loop_t *);
+ void (*loop_func)(ndfunc_t *, struct NA_MD_LOOP *);
62
} na_md_loop_t;
63
64
#define LARG(lp,iarg) ((lp)->user.args[iarg])
0 commit comments