* 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
@ -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>
|
Sat Jan 4 10:17:54 2014 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
* lib/rinda/ring.rb (Rinda::RingFinger#make_socket): Use
|
* 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"));
|
rb_ary_push(opts, rb_str_new2("stack caching"));
|
||||||
#endif
|
#endif
|
||||||
#if OPT_OPERANDS_UNIFICATION
|
#if OPT_OPERANDS_UNIFICATION
|
||||||
rb_ary_push(opts, rb_str_new2("operands unification]"));
|
rb_ary_push(opts, rb_str_new2("operands unification"));
|
||||||
#endif
|
#endif
|
||||||
#if OPT_INSTRUCTIONS_UNIFICATION
|
#if OPT_INSTRUCTIONS_UNIFICATION
|
||||||
rb_ary_push(opts, rb_str_new2("instructions unification"));
|
rb_ary_push(opts, rb_str_new2("instructions unification"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user