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

* debug.c (ruby_dummy_gdb_enums): made public. [ruby-dev:39001]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-08-05 09:46:07 +00:00
parent da19797648
commit a2d42dab14
3 changed files with 7 additions and 3 deletions

View file

@ -18,7 +18,7 @@
#include "id.h"
/* for gdb */
static const union {
const union {
enum ruby_special_consts special_consts;
enum ruby_value_type value_type;
enum ruby_tag_type tag_type;
@ -67,7 +67,7 @@ static const union {
RUBY_NODE_LMASK = NODE_LMASK,
RUBY_NODE_FL_NEWLINE = NODE_FL_NEWLINE
} various;
} dummy_gdb_enums;
} ruby_dummy_gdb_enums;
const VALUE RUBY_FL_USER19 = FL_USER19;