cleanup: avoid shadowing rb_ary_subseq
commitc02e79d8686ec9c857e6e3d56a067cc8db7c682b
authorEric Wong <e@80x24.org>
Sat, 10 Jan 2015 11:04:53 +0000 (10 11:04 +0000)
committerEric Wong <e@80x24.org>
Sat, 10 Jan 2015 11:07:26 +0000 (10 11:07 +0000)
tree31d49e3124c6377e460488f6b217b541c763b5f7
parent14e47569804a5c517baafac5e3539b81a61cc017
cleanup: avoid shadowing rb_ary_subseq

Define a MY_ARY_SUBSEQ macro which checks arg counts correctly and
avoids throwing off people who may potentially want to debug this
code.
ext/kgio/writev.c