Re: byteswap test failure

2007-03-07 Thread Bruno Haible
Paul Eggert wrote: > > 2007-03-02 Bruno Haible <[EMAIL PROTECTED]> > > > > * lib/byteswap_.h (bswap_32): Fix formula. > > Thanks. That patch fixes such an obvious typo that I'd install it if > Oskar doesn't object in a day or two. OK, applied. Bruno

Re: byteswap test failure

2007-03-03 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > 2007-03-02 Bruno Haible <[EMAIL PROTECTED]> > > * lib/byteswap_.h (bswap_32): Fix formula. Thanks. That patch fixes such an obvious typo that I'd install it if Oskar doesn't object in a day or two.

byteswap test failure

2007-03-02 Thread Bruno Haible
Hi Oskar, A few weeks ago, I contributed a unit test for the 'byteswap' module. And it fails on MacOS X. bswap_32(0xDEADBEEF) = 0xEFBE00DE. Do you agree to this proposed patch? 2007-03-02 Bruno Haible <[EMAIL PROTECTED]> * lib/byteswap_.h (bswap_32): Fix formula. --- lib/byteswap_.h