Eliminate CHAR_TYPE from config/sh/sh.h

Joern RENNECKE joern.rennecke@st.com
Fri Feb 10 14:28:00 GMT 2006


Roger Sayle wrote:

>  
>
>find . -type f -exec grep CHAR_TYPE {} \; -print, but unfortunately
>the high incidence of false positives for CHAR_TYPE_SIZE and
>*WCHAR_TYPE, etc..
>
If a grep pattern is too loose, try to tighten it down, e.g.: 
'\<CHAR_TYPE\>'



More information about the Gcc-patches mailing list