Re: Unable to build bash

From: Horst von Brand (vonbrand@sleipnir.valparaiso.cl)
Date: Fri Jan 07 2000 - 20:10:03 EST


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/



This archive was generated by hypermail 2b29 : Sat Jan 15 2000 - 21:00:11 EST