summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-13 18:14:01 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-13 18:14:01 +0000
commit9b6b3672cc1556791225aa9663ded2ac24e9cd1c (patch)
treef745c04e46ddc760534a2e726b6ec89e41e76dcb /include
parent4f401816ffaf9b641cfbc8ad12203eedcdb527de (diff)
* include/ruby/ruby.h: enable RGENGC (USE_RGENGC)
but no type creates write protected (sunny) objects (RGENGC_WB_PROTECTED_* == 0). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40704 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 1d37b8daa3..6cebdcbc60 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -682,7 +682,7 @@ VALUE rb_obj_setup(VALUE obj, VALUE klass, VALUE type);
} while (0)
#ifndef USE_RGENGC
-#define USE_RGENGC 0
+#define USE_RGENGC 1
#endif
#ifndef RGENGC_WB_PROTECTED_ARRAY