Mesa (master): mesa: remove #undef CONST in get.c

Brian Paul brianp at kemper.freedesktop.org
Thu Sep 6 03:31:10 UTC 2012


Module: Mesa
Branch: master
Commit: df5eb0c9bc951a8f69ebaa70e6cccdb9e8b27c04
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=df5eb0c9bc951a8f69ebaa70e6cccdb9e8b27c04

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Sep  5 20:26:28 2012 -0600

mesa: remove #undef CONST in get.c

Reviewed-by: Matt Turner <mattst88 at gmail.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 : \




More information about the mesa-commit mailing list