Mesa (master): mesa: remove SciTech stuff from gl.h

Brian Paul brianp at kemper.freedesktop.org
Mon Nov 4 19:36:04 UTC 2013


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Nov  4 07:25:22 2013 -0700

mesa: remove SciTech stuff from gl.h

Reviewed-by: Eric Anholt <eric at anholt.net>

---

 include/GL/gl.h |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/include/GL/gl.h b/include/GL/gl.h
index 6b94e3f..2235f22 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -33,11 +33,8 @@
 
 
 /**********************************************************************
- * Begin system-specific stuff. Do not do any of this when building
- * for SciTech SNAP, as this is all done before this header file is
- * included. 
+ * Begin system-specific stuff.
  */
-#if !defined(__SCITECH_SNAP__)
 
 #if defined(__BEOS__)
 #include <stdlib.h>     /* to get some BeOS-isms */
@@ -124,7 +121,6 @@
 #pragma export on
 #endif
 
-#endif /* !__SCITECH_SNAP__ */
 /*
  * End system-specific stuff.
  **********************************************************************/




More information about the mesa-commit mailing list