mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
merges r20285 from trunk into ruby_1_9_1.
* node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE. [ruby-dev:37124] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7099b7d4a6
commit
d6acdffa59
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Nov 19 14:14:38 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE.
|
||||
[ruby-dev:37124]
|
||||
|
||||
Wed Nov 19 03:01:04 2008 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||
|
||||
* test/rinda/test_rinda.rb: fixed fails occasionally [ruby-dev:37119].
|
||||
|
|
2
node.h
2
node.h
|
@ -468,7 +468,7 @@ typedef struct RNode {
|
|||
|
||||
#define NOEX_UNDEF NOEX_NOSUPER
|
||||
|
||||
#define NOEX_MODFUNC 0x10
|
||||
#define NOEX_MODFUNC 0x12
|
||||
#define NOEX_SUPER 0x20
|
||||
#define NOEX_VCALL 0x40
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue