+1 On Feb 16, 2014, at 4:55 PM, Andreas Schwab <[email protected]> wrote:
> diff --git a/opal/util/crc.c b/opal/util/crc.c > index 9cfae94..c2112de 100644 > --- a/opal/util/crc.c > +++ b/opal/util/crc.c > @@ -41,7 +41,7 @@ > #elif (OPAL_ALIGNMENT_LONG == 4) > #define _WORD_MASK_ 0x3 > #else > -#define _WORD_MASK 0xFFFF > +#define _WORD_MASK_ 0xFFFF > #endif > > > -- > 1.9.0 > > -- > Andreas Schwab, [email protected] > GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 > "And now for something completely different." > _______________________________________________ > devel mailing list > [email protected] > http://www.open-mpi.org/mailman/listinfo.cgi/devel -- Jeff Squyres [email protected] For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/
