mesa: remove OPENSTEP stuff
authorBrian Paul <brianp@vmware.com>
Tue, 5 Nov 2013 00:47:19 +0000 (17:47 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 5 Nov 2013 01:09:57 +0000 (18:09 -0700)
Reviewed-by: Matt Turner <mattst88@gmail.com>
include/GL/gl.h
src/mesa/main/compiler.h

index 1d21df75db9ae03f1b138e7294709555cc242962..d0710bac860cc58b7d16e61f024144685b6b3ad6 100644 (file)
 #include <stdlib.h>     /* to get some BeOS-isms */
 #endif
 
-#if !defined(OPENSTEP) && (defined(NeXT) || defined(NeXT_PDO))
-#define OPENSTEP
-#endif
-
 #if defined(_WIN32) && !defined(__WIN32__) && !defined(__CYGWIN__)
 #define __WIN32__
 #endif
 
-#if !defined(OPENSTEP) && (defined(__WIN32__) && !defined(__CYGWIN__))
+#if defined(__WIN32__) && !defined(__CYGWIN__)
 #  if (defined(_MSC_VER) || defined(__MINGW32__)) && defined(BUILD_GL32) /* tag specify we're building mesa as a DLL */
 #    define GLAPI __declspec(dllexport)
 #  elif (defined(_MSC_VER) || defined(__MINGW32__)) && defined(_DLL) /* tag specifying we're building for DLL runtime support */
index 61ce5dbdc78c52fdd69eb6c1284c26af4361e7e1..e3c856065a297153b2e83144a4bb6bbb11aeb1d5 100644 (file)
@@ -90,7 +90,7 @@ extern "C" {
 /**
  * Disable assorted warnings
  */
-#if !defined(OPENSTEP) && (defined(_WIN32) && !defined(__CYGWIN__))
+#if defined(_WIN32) && !defined(__CYGWIN__)
 #  if !defined(__GNUC__) /* mingw environment */
 #    pragma warning( disable : 4068 ) /* unknown pragma */
 #    pragma warning( disable : 4710 ) /* function 'foo' not inlined */