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:
parent
890521d117
commit
2bd0c2bf73
16 changed files with 259 additions and 93 deletions
|
@ -198,7 +198,7 @@ typedef struct __sFILE {
|
|||
#endif
|
||||
|
||||
|
||||
#if defined(__hpux) && !defined(__GNUC__)
|
||||
#if defined(__hpux) && !defined(__GNUC__) || defined(__DECC)
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue