On Wed, May 14, 2014 at 9:04 AM, Norihiro Tanaka <[email protected]> wrote: > I submit a fix of the previous patch. > > By the way, however, I can't understand why you adhere to keep using > egrep and/or fgrep instead of `grep -E' or `grep -F' on minor platforms > as MinGW. > > Even if egrep and/or fgrep are shell scripts, they aren't troubled for > me. Even if troubled, I will replace them to `grep -E' and/or `grep -F'.
Thank you for stepping up with a patch. However, it is too close to release to apply now. BTW, it would need an additional #ifndef guard around three sometimes-unused static functions -- without that, a build configured with --enable-gcc-warnings would fail.
