Eric Blake <[email protected]> writes: > +/* Expand the code which computes the number of leading zeros of the local > + variable 'x' of type TYPE (an unsigned integer type) and returns it > + from the current function. */ > +#if 0 && __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
Do you really want "0 &&" there?
