From 975dcbbcf9ec1c1669c328731e3c54e8480570a7 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 20 Jul 2014 12:28:48 +0000 Subject: 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 --- vm_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index a42c8b7170..5baf60faf5 100644 --- a/vm_core.h +++ b/vm_core.h @@ -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; -- cgit v1.2.3