Re: Unable to build bash

Horst von Brand (vonbrand@sleipnir.valparaiso.cl)
Fri, 07 Jan 2000 22:10:03 -0300


Vladislav Malyshkin <VMalyshkin@columbusgrp.com> said:
> By the way,
> when you use
> ~0ULL >> 1
> it gives exactly the same as ~0ULL.
> (at least on I386)

Nope. You need a %Ld format for long long, not %ld. If you >> a negative
signed int, it is implementation defined if the result is negative; for
unsigned it is mandated as a shift.

-- 
Horst von Brand                             vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viņa del Mar, Chile                               +56 32 672616

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/