mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm.c (RubyVM::OPTS): get rid of a garbage character.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7295607815
commit
de7e488b08
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Jan 4 17:18:58 2014 Kazuki Tsujimoto <kazuki@callcc.net>
|
||||
|
||||
* vm.c (RubyVM::OPTS): get rid of a garbage character.
|
||||
|
||||
Sat Jan 4 10:17:54 2014 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* lib/rinda/ring.rb (Rinda::RingFinger#make_socket): Use
|
||||
|
|
2
vm.c
2
vm.c
|
@ -2577,7 +2577,7 @@ Init_VM(void)
|
|||
rb_ary_push(opts, rb_str_new2("stack caching"));
|
||||
#endif
|
||||
#if OPT_OPERANDS_UNIFICATION
|
||||
rb_ary_push(opts, rb_str_new2("operands unification]"));
|
||||
rb_ary_push(opts, rb_str_new2("operands unification"));
|
||||
#endif
|
||||
#if OPT_INSTRUCTIONS_UNIFICATION
|
||||
rb_ary_push(opts, rb_str_new2("instructions unification"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue