[前][次][番号順一覧][スレッド一覧]

ruby-changes:34804

From: nobu <ko1@a...>
Date: Sun, 20 Jul 2014 21:29:02 +0900 (JST)
Subject: [ruby-changes:34804] nobu:r46887 (trunk): vm_core.h: fix comment

nobu	2014-07-20 21:28:48 +0900 (Sun, 20 Jul 2014)

  New Revision: 46887

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46887

  Log:
    vm_core.h: fix comment
    
    * vm_core.h (rb_proc_t): fix comment.  safe_level is upto 3 now.

  Modified files:
    trunk/vm_core.h
Index: vm_core.h
===================================================================
--- vm_core.h	(revision 46886)
+++ vm_core.h	(revision 46887)
@@ -738,7 +738,7 @@ typedef struct { https://github.com/ruby/ruby/blob/trunk/vm_core.h#L738
 
     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;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]