Subject: Re: changes to bit-twiddling macros & __arraycount()
To: None <M.Drochner@fz-juelich.de>
From: The Black Hacker <blackye@break.net>
List: tech-kern
Date: 08/13/2006 15:41:40
Hi,

On 7 Aug 2006, at 21:19, Matthias Drochner wrote:
> And: The "(__n) == 32)" should better be a ">=". ">=8*sizeof(long)"
> if you follow my suggestion above.

Make it:   >= CHAR_BITS*sizeof(long)  ?

Ciao,

A.