summaryrefslogtreecommitdiffstats
path: root/vms/vms.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-22 07:26:42 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-22 07:26:42 +0000
commitbbc9eed034bb9fa7ee0ff1039ca8b9dbf1f92b50 (patch)
tree8d1f8bb30c4092ea1c809a0f7bfe65bb0cd94d66 /vms/vms.h
parent41124390979930ed09433d4dae3909868275a606 (diff)
downloadruby-bbc9eed034bb9fa7ee0ff1039ca8b9dbf1f92b50.tar.gz
ruby-bbc9eed034bb9fa7ee0ff1039ca8b9dbf1f92b50.tar.xz
ruby-bbc9eed034bb9fa7ee0ff1039ca8b9dbf1f92b50.zip
* the VMS support patch submitted by Akiyoshi, Masamichi
<Masamichi.Akiyoshi@jp.compaq.com> is merged. * eval.c (exec_under): changing ruby_class is OK, but should not alter cbase. * eval.c (yield_under_i): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vms/vms.h')
-rw-r--r--vms/vms.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vms/vms.h b/vms/vms.h
new file mode 100644
index 000000000..d52b00b4c
--- /dev/null
+++ b/vms/vms.h
@@ -0,0 +1,6 @@
+extern int isinf(double);
+extern int isnan(double);
+extern int flock(int fd, int oper);
+
+extern int vsnprintf();
+extern int snprintf();