* version.c (Init_ruby_description): fake.rb needs MKSTR to extract
  constant names.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-08-10 05:20:46 +00:00
Родитель c0d1a46fc3
Коммит 7fbd88239f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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. */