Re: [Mesa-dev] [PATCH] util: Rename PURE to ATTRIBUTE_PURE.

2015-08-07 Thread Brian Paul
On 08/07/2015 06:10 AM, Jose Fonseca wrote: To avoid collission with windows.h's PURE macro. We could consider eventually renaming to __pure, but that would require further care, so it's left to the future. --- src/util/macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[Mesa-dev] [PATCH] util: Rename PURE to ATTRIBUTE_PURE.

2015-08-07 Thread Jose Fonseca
To avoid collission with windows.h's PURE macro. We could consider eventually renaming to __pure, but that would require further care, so it's left to the future. --- src/util/macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/macros.h b/src/util/macros.h in