mesa: remove #undef CONST in get.c

Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Brian Paul 2012-09-05 20:26:28 -06:00
parent 97992b05fb
commit df5eb0c9bc
1 changed files with 0 additions and 2 deletions

View File

@ -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 : \