mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
44c32c22b8
commit
975dcbbcf9
1 changed files with 1 additions and 1 deletions
|
@ -738,7 +738,7 @@ typedef struct {
|
|||
|
||||
VALUE envval; /* for GC mark */
|
||||
VALUE blockprocval;
|
||||
int8_t safe_level; /* 0..4 */
|
||||
int8_t safe_level; /* 0..3 */
|
||||
int8_t is_from_method; /* bool */
|
||||
int8_t is_lambda; /* bool */
|
||||
} rb_proc_t;
|
||||
|
|
Loading…
Add table
Reference in a new issue