From e8ee99ff1ae054c4edefb60083b11db5fe1c7429 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 4 Oct 2008 13:57:06 +0000 Subject: * dln.c: Ruby no longer supports VMS. * error.c: ditto. * eval.c: ditto. * eval_intern.h: ditto. * include/ruby/defines.h: ditto. * include/ruby/ruby.h: ditto. * io.c: ditto. * process.c: ditto. * ruby.c: ditto. * vms/config.h: removed. * vms/vms.h: ditto. * vms/vmsruby_private.c: ditto. * vms/vmsruby_private.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval_intern.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'eval_intern.h') 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 #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 #include -#if defined(__VMS) -#pragma nostandard -#endif - #ifdef HAVE_SYS_SELECT_H #include #endif -- cgit v1.2.3