зеркало из https://github.com/github/ruby.git
vm_core.h: fix comment
* vm_core.h (rb_proc_t): fix comment. safe_level is upto 3 now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
44c32c22b8
Коммит
975dcbbcf9
|
@ -738,7 +738,7 @@ typedef struct {
|
||||||
|
|
||||||
VALUE envval; /* for GC mark */
|
VALUE envval; /* for GC mark */
|
||||||
VALUE blockprocval;
|
VALUE blockprocval;
|
||||||
int8_t safe_level; /* 0..4 */
|
int8_t safe_level; /* 0..3 */
|
||||||
int8_t is_from_method; /* bool */
|
int8_t is_from_method; /* bool */
|
||||||
int8_t is_lambda; /* bool */
|
int8_t is_lambda; /* bool */
|
||||||
} rb_proc_t;
|
} rb_proc_t;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче