mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm.c (Init_VM): suppress warning: "OPT_BASIC_OPERATIONS" is not defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
82fd7175b5
commit
c0b0901c7d
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Apr 16 10:18:30 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* vm.c (Init_VM): suppress warning: "OPT_BASIC_OPERATIONS" is not
|
||||
defined.
|
||||
|
||||
Fri Apr 15 23:41:18 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* ruby.c (proc_options): reduce warning:
|
||||
|
|
4
vm.c
4
vm.c
|
@ -2047,10 +2047,6 @@ Init_VM(void)
|
|||
rb_ary_push(opts, rb_str_new2("call threaded code"));
|
||||
#endif
|
||||
|
||||
#if OPT_BASIC_OPERATIONS
|
||||
rb_ary_push(opts, rb_str_new2("optimize basic operation"));
|
||||
#endif
|
||||
|
||||
#if OPT_STACK_CACHING
|
||||
rb_ary_push(opts, rb_str_new2("stack caching"));
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue