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

Author: Alexander von Gluck <[email protected]>
Date:   Tue Dec 27 09:15:36 2011 -0700

mesa: fpclassify is available on Haiku

Reviewed-by: Brian Paul <[email protected]>
Signed-off-by: Brian Paul <[email protected]>

---

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

diff --git a/src/mesa/main/querymatrix.c b/src/mesa/main/querymatrix.c
index eaedf7c..2843d55 100644
--- a/src/mesa/main/querymatrix.c
+++ b/src/mesa/main/querymatrix.c
@@ -73,7 +73,7 @@ fpclassify(double x)
 #elif defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) || \
      defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || \
      (defined(__sun) && defined(__C99FEATURES__)) || defined(__MINGW32__) || \
-     (defined(__sun) && defined(__GNUC__)) || defined(ANDROID)
+     (defined(__sun) && defined(__GNUC__)) || defined(ANDROID) || 
defined(__HAIKU__)
 
 /* fpclassify is available. */
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to