[Mesa-dev] [PATCH v2] mesa: Remove undefinition of _P symbol.

Brian Paul brianp at vmware.com
Fri May 18 07:59:48 PDT 2012


On 05/18/2012 12:18 AM, Vinson Lee wrote:
> IRIX isn't used anymore.
>
> Signed-off-by: Vinson Lee<vlee at freedesktop.org>
> ---
>   src/mesa/main/compiler.h |    6 ------
>   1 file changed, 6 deletions(-)
>
> diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
> index 25d9810..bfa06f3 100644
> --- a/src/mesa/main/compiler.h
> +++ b/src/mesa/main/compiler.h
> @@ -285,12 +285,6 @@ static INLINE GLuint CPU_TO_LE32(GLuint x)
>   #endif
>
>
> -/* This is a macro on IRIX */
> -#ifdef _P
> -#undef _P
> -#endif
> -
> -
>   /* Turn off macro checking systems used by other libraries */
>   #ifdef CHECK
>   #undef CHECK

Reviewed-by: Brian Paul <brianp at vmware.com>


More information about the mesa-dev mailing list