aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/limits.c.tmpl2
1 files changed, 1 insertions, 1 deletions
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