diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-08 15:34:36 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-08 15:34:36 +0000 |
| commit | af898174eb0316c0ab650ce9dc65db59b2f958d3 (patch) | |
| tree | b4530c86a1c5f7fcd0739819bdaa23ed0e203c0e /debug.c | |
| parent | c8deddbba6d4e9e0b7c9f939e7302977e4e4242e (diff) | |
merges r24407 from trunk into ruby_1_9_1.
--
* debug.c (ruby_dummy_gdb_enums): made public. [ruby-dev:39001]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'debug.c')
| -rw-r--r-- | debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ #include "vm_core.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; @@ -65,7 +65,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; |
