summaryrefslogtreecommitdiff
path: root/eval_intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/eval_intern.h b/eval_intern.h
index 17d0669a55..a4c4540b65 100644
--- a/eval_intern.h
+++ b/eval_intern.h
@@ -64,10 +64,6 @@ char *strrchr(const char *, const char);
#include <net/socket.h>
#endif
-#ifdef __VMS
-#include "vmsruby_private.h"
-#endif
-
#define ruby_setjmp(env) RUBY_SETJMP(env)
#define ruby_longjmp(env,val) RUBY_LONGJMP(env,val)
#ifdef __CYGWIN__
@@ -78,10 +74,6 @@ int _setjmp(), _longjmp();
#include <signal.h>
#include <errno.h>
-#if defined(__VMS)
-#pragma nostandard
-#endif
-
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif