On Fri, Mar 23, 2012 at 03:03:51AM -0700, Christopher Li wrote: > --- a/lib.c > +++ b/lib.c > @@ -224,6 +224,15 @@ static enum { STANDARD_C89, > STANDARD_GNU89, > STANDARD_GNU99, } standard = STANDARD_GNU89; > > +#ifdef __x86_64__ > +#define ARCH_M64_DEFAULT 1 > +#else > +#define ARCH_M64_DEFAULT 0 > +#endif Ideally this should work on other 64-bit architectures as well. Other than that, the rest of the patch looks reasonable. - Josh Triplett -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html