ruby-changes:48328
From: ko1 <ko1@a...>
Date: Thu, 26 Oct 2017 17:42:47 +0900 (JST)
Subject: [ruby-changes:48328] ko1:r60442 (trunk): fix comments
ko1 2017-10-26 17:42:44 +0900 (Thu, 26 Oct 2017) New Revision: 60442 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60442 Log: fix comments Modified files: trunk/cont.c Index: cont.c =================================================================== --- cont.c (revision 60441) +++ cont.c (revision 60442) @@ -83,8 +83,8 @@ enum context_type { https://github.com/ruby/ruby/blob/trunk/cont.c#L83 struct cont_saved_vm_stack { VALUE *ptr; #ifdef CAPTURE_JUST_VALID_VM_STACK - size_t slen; /* length of stack (head of th->ec->vm_stack) */ - size_t clen; /* length of control frames (tail of th->ec->vm_stack) */ + size_t slen; /* length of stack (head of ec->vm_stack) */ + size_t clen; /* length of control frames (tail of ec->vm_stack) */ #endif }; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/