diff --git a/ChangeLog b/ChangeLog index 5ba8a706ea..7a0e71d5a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 19 14:14:38 2008 Yukihiro Matsumoto + + * node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE. + [ruby-dev:37124] + Wed Nov 19 03:01:04 2008 Masatoshi SEKI * test/rinda/test_rinda.rb: fixed fails occasionally [ruby-dev:37119]. diff --git a/node.h b/node.h index 5ae28382bd..358bbca494 100644 --- a/node.h +++ b/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