[EMAIL PROTECTED] (Roger Sayle) wrote on 09.02.06 in <[EMAIL PROTECTED]>:
> On Thu, 9 Feb 2006, Kaz Kojima wrote:
> > Here is a patch to remove CHAR_TYPE from config/sh/sh.h.
>
> My apologies to the SH folks. I did check the entire tree with
> find . -type f -exec grep CHAR_TYPE {} \; -print, but unfortunately
> the high incidence of false positives for CHAR_TYPE_SIZE and
> *WCHAR_TYPE, etc.. meant I had to audit each hit by hand/eye.
> Hopefully, this is the only instance I missed.
Well, at least the GNU version of grep has -w, and I'd be surprised if
it's unique in that.
MfG Kai