summaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'version.c')
-rw-r--r--version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.c b/version.c
index fc7105f416..36c2f05756 100644
--- a/version.c
+++ b/version.c
@@ -95,7 +95,7 @@ Init_ruby_description(void)
/*
* The full ruby version string, like <tt>ruby -v</tt> prints
*/
- rb_define_global_const("RUBY_DESCRIPTION", description);
+ rb_define_global_const("RUBY_DESCRIPTION", /* MKSTR(description) */ description);
}
/*! Prints the version information of the CRuby interpreter to stdout. */