Skip to content

Commit

Permalink
* node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE.
Browse files Browse the repository at this point in the history
  [ruby-dev:37124]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
matz committed Nov 19, 2008
1 parent 8249387 commit b44d571
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Wed Nov 19 14:14:38 2008 Yukihiro Matsumoto <[email protected]>

* node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE.
[ruby-dev:37124]

Wed Nov 19 03:01:04 2008 Masatoshi SEKI <[email protected]>

* test/rinda/test_rinda.rb: fixed fails occasionally [ruby-dev:37119].
Expand Down
2 changes: 1 addition & 1 deletion node.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b44d571

Please sign in to comment.