summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-13 18:23:35 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-13 18:23:35 +0000
commitb8c0ff86d5a8c860f692159ebbc41f84eb2dec5c (patch)
tree4b8c064697414a437e952f5934956d16a2dfd766 /include
parent5016b37ae4960708aa111a8b13b07b32b5abb3fd (diff)
* include/ruby/ruby.h: enable to generate write barrier protected
arrays (T_ARRAY). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/ruby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index cbc7ad1a3c..d3eb691ec5 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -686,7 +686,7 @@ VALUE rb_obj_setup(VALUE obj, VALUE klass, VALUE type);
#endif
#ifndef RGENGC_WB_PROTECTED_ARRAY
-#define RGENGC_WB_PROTECTED_ARRAY 0
+#define RGENGC_WB_PROTECTED_ARRAY 1
#endif
#ifndef RGENGC_WB_PROTECTED_STRING
#define RGENGC_WB_PROTECTED_STRING 1