[Mesa-dev] [PATCH 4/4] mesa: remove #undef CONST in get.c

Brian Paul brian.e.paul at gmail.com
Wed Sep 5 19:27:41 PDT 2012


From: Brian Paul <brianp at vmware.com>

---
 src/mesa/main/get.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
index fe1035b..24d2a18 100644
--- a/src/mesa/main/get.c
+++ b/src/mesa/main/get.c
@@ -61,8 +61,6 @@
  * is about as concise as the specification in the old python script.
  */
 
-#undef CONST
-
 #define FLOAT_TO_BOOLEAN(X)   ( (X) ? GL_TRUE : GL_FALSE )
 #define FLOAT_TO_FIXED(F)     ( ((F) * 65536.0f > INT_MAX) ? INT_MAX : \
                                 ((F) * 65536.0f < INT_MIN) ? INT_MIN : \
-- 
1.7.4.1



More information about the mesa-dev mailing list