1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
matz 2002-03-22 07:26:42 +00:00
parent 890521d117
commit 2bd0c2bf73
16 changed files with 259 additions and 93 deletions

View file

@ -198,7 +198,7 @@ typedef struct __sFILE {
#endif
#if defined(__hpux) && !defined(__GNUC__)
#if defined(__hpux) && !defined(__GNUC__) || defined(__DECC)
#include <string.h>
#endif