1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NODE_LMASK is also possible for enum.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2007-10-16 09:39:04 +00:00
parent dfcfa13872
commit 6ade565b63

View file

@ -54,11 +54,11 @@ static const union {
RUBY_NODE_TYPESHIFT = NODE_TYPESHIFT,
RUBY_NODE_TYPEMASK = NODE_TYPEMASK,
RUBY_NODE_LSHIFT = NODE_LSHIFT,
RUBY_NODE_LMASK = NODE_LMASK,
} various;
} dummy_gdb_enums;
const VALUE RUBY_FL_USER20 = FL_USER20;
const VALUE RUBY_NODE_LMASK = NODE_LMASK;
void
ruby_debug_print_indent(int level, int debug_level, int indent_level)