aboutsummaryrefslogtreecommitdiffstats
path: root/node.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-19 05:15:44 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-19 05:15:44 +0000
commitb44d5711e8e0058b1c07b003684add23436fb117 (patch)
treee95d6eac15d3619ae60b18ecd37c4e8531d06207 /node.h
parent82493874a287d0a78260231b41e74e8e94b402bf (diff)
downloadruby-b44d5711e8e0058b1c07b003684add23436fb117.tar.gz
* node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE.
[ruby-dev:37124] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'node.h')
-rw-r--r--node.h2
1 files changed, 1 insertions, 1 deletions
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