mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 03:24:00 +02:00
* 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
This commit is contained in:
parent
a8c3540b32
commit
e8ee99ff1a
14 changed files with 31 additions and 269 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue