From 489776e284a4543076592582a9d8b1615ceb1009 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 6 Apr 2017 02:10:40 +0000 Subject: Rename RbConfig::Limits as RbConfig::LIMITS * template/limits.c.tmpl (Init_limits): rename RbConfig::Limits as RbConfig::LIMITS, constants other than class or module are all uppercase with underscores by convention. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/limits.c.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/limits.c.tmpl') diff --git a/template/limits.c.tmpl b/template/limits.c.tmpl index f4ecaf62f9..6b7610a030 100644 --- a/template/limits.c.tmpl +++ b/template/limits.c.tmpl @@ -55,7 +55,7 @@ void Init_limits(void) { VALUE h = rb_hash_new(); - rb_define_const(rb_define_module("RbConfig"), "Limits", h); + rb_define_const(rb_define_module("RbConfig"), "LIMITS", h); #ifdef HAVE_LONG_LONG #ifndef ULLONG_MAX -- cgit v1.2.1