Skip to content

Commit 4e4055c

Browse files
committed
Remove redundant typedef and fix self-reference in NA_MD_LOOP
1 parent cac4527 commit 4e4055c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/numo/narray/ndloop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ typedef struct NA_MD_LOOP {
5656
VALUE reduce;
5757
VALUE loop_opt;
5858
ndfunc_t *ndfunc;
59-
void (*loop_func)(ndfunc_t *, na_md_loop_t *);
59+
void (*loop_func)(ndfunc_t *, struct NA_MD_LOOP *);
6060
} na_md_loop_t;
6161

6262
#define LARG(lp,iarg) ((lp)->user.args[iarg])

0 commit comments

Comments
 (0)