On Fri, May 01, 2009 at 07:56:23PM +0900, Kenichi Handa wrote: > In article <20090501104053.GB37259@orion.local>, Emanuele Giaquinta writes: > > > gcc emits the following warning for charset.c:load_charset: > > > charset.c: In function 'load_charset': > > charset.c:649: warning: comparisons like X<=Y<=Z do not have their mathematical meaning > > > Since the code seems correct, i'd suggest the attached patch to > > improve readability (and avoid the warning). > > Thank you. I committed your change. I also noticed a useless assignment to for_encoder, see attached patch. Emanuele Giaquinta