ext/numo/narray/gen/tmpl/store_bit.c in numo-narray-0.9.0.4 vs ext/numo/narray/gen/tmpl/store_bit.c in numo-narray-0.9.0.5

- old
+ new

@@ -43,10 +43,10 @@ } } static VALUE -<%=c_func%>(VALUE self, VALUE obj) +<%=c_func(:nodef)%>(VALUE self, VALUE obj) { ndfunc_arg_in_t ain[2] = {{OVERWRITE,0},{Qnil,0}}; ndfunc_t ndf = {<%=c_iter%>, FULL_LOOP, 2,0, ain,0}; na_ndloop(&ndf, 2, self, obj);