diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-22 07:26:42 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-22 07:26:42 +0000 |
commit | 2bd0c2bf73acd0841619f67e3448573e5b6e3064 (patch) | |
tree | 8d1f8bb30c4092ea1c809a0f7bfe65bb0cd94d66 /missing | |
parent | 890521d11783ac21503052e2a5f86c4ddfc6a9d8 (diff) | |
download | ruby-2bd0c2bf73acd0841619f67e3448573e5b6e3064.tar.gz |
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@2258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing')
-rw-r--r-- | missing/vsnprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/vsnprintf.c b/missing/vsnprintf.c index 489bf58361..b21261d7df 100644 --- a/missing/vsnprintf.c +++ b/missing/vsnprintf.c @@ -198,7 +198,7 @@ typedef struct __sFILE { #endif -#if defined(__hpux) && !defined(__GNUC__) +#if defined(__hpux) && !defined(__GNUC__) || defined(__DECC) #include <string.h> #endif |