On Thu, 3 Sep 2009, Eric Blake wrote: > According to Joel E. Denny on 9/3/2009 12:08 PM: > >>> + assert(i <= sizeof argv / sizeof *argv); > >>> } > > /* <assert.h>'s assertions are too heavyweight, and can be disabled > > too easily, so use aver rather than assert. */ > > I don't have a strong opinion on this issue, but we ought to consider it. > > Any reason not to continue with his approach? > > Fine with me to change that.
Thanks. I pushed that to master and branch-2.5.
