From 9f48c67236f7cca1972519676ffcfac511a594f0 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 8 May 2008 06:56:59 +0000 Subject: * 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 --- debug.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debug.c') 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, -- cgit v1.2.3