mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
version.c: MKSTR for fake.rb
* 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:
parent
c0d1a46fc3
commit
7fbd88239f
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue