summaryrefslogtreecommitdiffstats
path: root/vms/vmsruby_private.h
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-04 13:57:06 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-04 13:57:06 +0000
commit10f8ee308b43dcf4e42d3e9ab6bc701c578e74bc (patch)
treefed14f02c23978b6d2edd58b011c1329b9eb99d8 /vms/vmsruby_private.h
parentbffac137b66af3f0686df363fb01ff2a563d1298 (diff)
downloadruby-10f8ee308b43dcf4e42d3e9ab6bc701c578e74bc.tar.gz
ruby-10f8ee308b43dcf4e42d3e9ab6bc701c578e74bc.tar.xz
ruby-10f8ee308b43dcf4e42d3e9ab6bc701c578e74bc.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@19682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vms/vmsruby_private.h')
-rw-r--r--vms/vmsruby_private.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/vms/vmsruby_private.h b/vms/vmsruby_private.h
deleted file mode 100644
index 24703dc7f..000000000
--- a/vms/vmsruby_private.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef VMSRUBY_H_INCLUDED
-#define VMSRUBY_H_INCLUDED
-
-void _vmsruby_init(void);
-long _vmsruby_set_switch(char *, char *);
-
-#endif /* VMSRUBY_H_INCLUDED */