From bbc9eed034bb9fa7ee0ff1039ca8b9dbf1f92b50 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 22 Mar 2002 07:26:42 +0000 Subject: * the VMS support patch submitted by Akiyoshi, Masamichi 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 --- missing/vsnprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'missing') diff --git a/missing/vsnprintf.c b/missing/vsnprintf.c index 489bf5836..b21261d7d 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 #endif -- cgit