summaryrefslogtreecommitdiff
path: root/src/egl
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-08-22 18:44:54 -0700
committerAndreas Boll <andreas.boll.dev@gmail.com>2012-11-16 10:01:46 +0100
commit1f82bf12edb37a91991fdae59cf0cc36c9f49278 (patch)
tree4db42cf2046e12cf55480276d74ca48f4177ec22 /src/egl
parent900f5eb7a8b62f9dc50f3fb2739111c546baeaec (diff)
Remove OpenVMS support
Not maintained since 2008. Doubtful that it's worked in quite a while. Also see commit 32ac8cb05 which removed VMS stuff from Makefile in 2009. Cc: Jouk Jansen <j.jansen@tudelft.nl> Reviewed-by: Brian Paul <brianp@vmware.com> Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
Diffstat (limited to 'src/egl')
-rw-r--r--src/egl/main/eglcompiler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/egl/main/eglcompiler.h b/src/egl/main/eglcompiler.h
index d63bd90cb10..98236936c0a 100644
--- a/src/egl/main/eglcompiler.h
+++ b/src/egl/main/eglcompiler.h
@@ -110,9 +110,7 @@
* Don't define it if using a newer Windows compiler.
*/
#ifndef __FUNCTION__
-# if defined(__VMS)
-# define __FUNCTION__ "VMS$NL:"
-# elif (!defined __GNUC__) && (!defined __xlC__) && \
+# if (!defined __GNUC__) && (!defined __xlC__) && \
(!defined(_MSC_VER) || _MSC_VER < 1300)
# if (__STDC_VERSION__ >= 199901L) /* C99 */ || \
(defined(__SUNPRO_C) && defined(__C99FEATURES__))