From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Moore Date: Wed, 09 Feb 2011 07:19:48 +0100 Subject: [U-Boot] PATCH-add "0X" hexadecimal prefix to simple_strtoul In-Reply-To: <20110208191447.BFECA14B9A35@gemini.denx.de> References: <4D51716D.3060002@motorola.com> <20110208191447.BFECA14B9A35@gemini.denx.de> Message-ID: <4D523204.5040105@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Le 08/02/2011 20:14, Wolfgang Denk a ?crit : > Dear Rob Alexander, > > In message<4D51716D.3060002@motorola.com> you wrote: > >> + if ((tolower(*cp) == 'x')&& isxdigit(cp[1])) { > ERROR: spaces required around that '&&' (ctx:VxW) > I suspect that this could be the Thunderbird problem that Albert noticed the other day. Some versions of TB seem to eat the space before an '&' character and IIRC also before at least one of the '<' and '>' characters :( I also noticed this in some of my (rare) posts. I am using TB 3.1.5. I am too ashamed to admit my OS ;-) A nonsense test case written with correct spacing: a = (b > (c >> 1)) && ((d < ((e & 1) << 1))); If you receive this correctly then please excuse me for the noise :( Cheers, Chris