From d6acdffa59af1cbe7a5a8505912339ee61524354 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 22 Nov 2008 12:13:59 +0000 Subject: 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 --- node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.h') 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 -- cgit v1.2.3