summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-09-08 07:09:52 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-09-08 07:09:52 +0000
commitb1f96af92f5b8519c477de3bd8917e5220442f6b (patch)
treec29d1f6370f4498547c80a69e0440256eeaf39e7 /util.h
parent48acbc5e03622f1eb0423a6c2a3a603f61acfac6 (diff)
This commit was manufactured by cvs2svn to create tag 'v1_1d-start'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_1d-start@299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'util.h')
-rw-r--r--util.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/util.h b/util.h
index 64a78c1fe9..9697c17261 100644
--- a/util.h
+++ b/util.h
@@ -12,7 +12,16 @@
#ifndef UTIL_H
#define UTIL_H
+#define scan_oct ruby_scan_oct
unsigned long scan_oct();
+#define scan_hex ruby_scan_hex
unsigned long scan_hex();
+#if defined(MSDOS) || defined(__CYGWIN32__) || defined(NT)
+#define add_suffix ruby_add_suffix
+void add_suffix();
+#endif
+
+char *ruby_mktemp();
+
#endif /* UTIL_H */