aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ruby/ruby.h4
1 files changed, 4 insertions, 0 deletions
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;