summaryrefslogtreecommitdiff
path: root/template/limits.c.tmpl
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-06 02:33:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-06 02:33:40 +0000
commite4262e991d50a211572da66c7fafbb3cba9e6651 (patch)
treedc80a7589249c9d5f33dac30144f1cc6c70a1fe7 /template/limits.c.tmpl
parent489776e284a4543076592582a9d8b1615ceb1009 (diff)
Freeze RbConfig::SIZEOF and RbConfig::LIMITS
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template/limits.c.tmpl')
-rw-r--r--template/limits.c.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/limits.c.tmpl b/template/limits.c.tmpl
index 6b7610a030..de35354829 100644
--- a/template/limits.c.tmpl
+++ b/template/limits.c.tmpl
@@ -93,4 +93,5 @@ Init_limits(void)
#undef DEFINE
#undef MIN2NUM
#undef MAX2NUM
+ OBJ_FREEZE(h);
}