On Thu, Sep 5, 2013 at 12:22 AM, Kenneth Graunke <kenn...@whitecape.org> wrote:
> +#define B0(X) ir_function_signature *_##X();
> +#define B1(X) ir_function_signature *_##X(const glsl_type *);
> +#define B2(X) ir_function_signature *_##X(const glsl_type *, const glsl_type 
> *);
> +#define B3(X) ir_function_signature *_##X(const glsl_type *, const glsl_type 
> *, const glsl_type *);
> +   B1(radians)
> +   B1(degrees)
> +   B1(sin)
> +   B1(cos)
<snip>
> +   B1(bitCount)
> +   B1(findLSB)
> +   B1(findMSB)
> +   B1(fma)
> +#undef B

Shouldn't this be:
#undef B0
#undef B1
#undef B2
#undef B3

?
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to