mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* eval_intern.h (enum ruby_tag_type): enum for debug.
* debug.c (dummy_gdb_enums.value_type): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
265e855ca7
commit
9f48c67236
2 changed files with 22 additions and 9 deletions
2
debug.c
2
debug.c
|
@ -13,12 +13,14 @@
|
|||
#include "ruby/encoding.h"
|
||||
#include "ruby/util.h"
|
||||
#include "debug.h"
|
||||
#include "eval_intern.h"
|
||||
#include "vm_core.h"
|
||||
|
||||
/* for gdb */
|
||||
static const union {
|
||||
enum ruby_special_consts special_consts;
|
||||
enum ruby_value_type value_type;
|
||||
enum ruby_tag_type tag_type;
|
||||
enum node_type node_type;
|
||||
enum {
|
||||
RUBY_ENCODING_INLINE_MAX = ENCODING_INLINE_MAX,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue