aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-08 06:56:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-08 06:56:59 +0000
commit9f48c67236f7cca1972519676ffcfac511a594f0 (patch)
tree2e100212f1e0a235e207897bc85a7973669e8f0f /debug.c
parent265e855ca72bcebfcd8b89d07481199d3b4e2417 (diff)
downloadruby-9f48c67236f7cca1972519676ffcfac511a594f0.tar.gz
* 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
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index 1bcd095901..3ec7da4c05 100644
--- a/debug.c
+++ b/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,