From cc6294a73ac6ecd6d4223a4a9ecea122119e776f Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 18 Jul 2010 20:46:13 +0000 Subject: * include/ruby/ruby.h (rb_data_type_t): add new feature macros. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/ruby.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ruby/ruby.h') diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index 4d8b06feb9..7fcbf33bda 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -758,6 +758,10 @@ struct rb_data_type_struct { by a programmer who define the type. */ }; +#define HAVE_TYPE_RB_DATA_TYPE_T 1 +#define HAVE_RB_DATA_TYPE_T_FUNCTION 1 +#define HAVE_RB_DATA_TYPE_T_PARENT 1 + struct RTypedData { struct RBasic basic; const rb_data_type_t *type; -- cgit v1.2.3