summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby')
-rw-r--r--include/ruby/defines.h6
-rw-r--r--include/ruby/ruby.h5
2 files changed, 1 insertions, 10 deletions
diff --git a/include/ruby/defines.h b/include/ruby/defines.h
index f810d3cb60..0b870db137 100644
--- a/include/ruby/defines.h
+++ b/include/ruby/defines.h
@@ -192,10 +192,6 @@ void xfree(void*);
#include "ruby/win32.h"
#endif
-#if defined(__VMS)
-#include "vms/vms.h"
-#endif
-
#if defined(__BEOS__) && !defined(__HAIKU__) && !defined(BONE)
#include <net/socket.h> /* intern.h needs fd_set definition */
#endif
@@ -255,7 +251,7 @@ void rb_ia64_flushrs(void);
#endif
#ifndef CASEFOLD_FILESYSTEM
-# if defined DOSISH || defined __VMS
+# if defined DOSISH
# define CASEFOLD_FILESYSTEM 1
# else
# define CASEFOLD_FILESYSTEM 0
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index cdb2522763..1c53777fc9 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -77,11 +77,6 @@ extern "C" {
# endif
#endif
-#if defined(__VMS)
-# pragma builtins
-# define alloca __alloca
-#endif
-
#if SIZEOF_LONG == SIZEOF_VOIDP
typedef unsigned long VALUE;
typedef unsigned long ID;