зеркало из https://github.com/github/ruby.git
* vm_core.h: remove unused declaration of
iseq_compile_data_ensure_node_stack. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
0d775f2a3c
Коммит
6f8b0aeb3b
|
@ -1,3 +1,8 @@
|
|||
Wed Jul 22 19:57:47 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_core.h: remove unused declaration of
|
||||
iseq_compile_data_ensure_node_stack.
|
||||
|
||||
Wed Jul 22 19:52:45 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_core.h: separate rb_iseq_body into rb_iseq_constant_body and
|
||||
|
|
|
@ -152,12 +152,8 @@ enum ruby_vm_throw_flags {
|
|||
};
|
||||
|
||||
/* iseq data type */
|
||||
|
||||
struct iseq_compile_data_ensure_node_stack;
|
||||
|
||||
typedef struct rb_compile_option_struct rb_compile_option_t;
|
||||
|
||||
|
||||
struct iseq_inline_cache_entry {
|
||||
rb_serial_t ic_serial;
|
||||
rb_cref_t *ic_cref;
|
||||
|
|
Загрузка…
Ссылка в новой задаче