Re: [PATCH 1/2] ewah/bitmap: silence warning about MASK macro redefinition

2015-06-02 Thread Eric Sunshine
On Wed, Jun 3, 2015 at 2:39 AM, Jeff King wrote: > From: Eric Sunshine > > On PowerPC Mac OS X (10.5.8 "Leopard" with Xcode 3.1), > system header /usr/include/ppc/param.h[1] pollutes the > preprocessor namespace with a macro generically named MASK. > This conflicts with the same-named macro in ew

[PATCH 1/2] ewah/bitmap: silence warning about MASK macro redefinition

2015-06-02 Thread Jeff King
From: Eric Sunshine On PowerPC Mac OS X (10.5.8 "Leopard" with Xcode 3.1), system header /usr/include/ppc/param.h[1] pollutes the preprocessor namespace with a macro generically named MASK. This conflicts with the same-named macro in ewah/bitmap.c. We can avoid this conflict by using a more speci