mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix comments
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e95de48f1d
commit
e6309f0d50
1 changed files with 2 additions and 2 deletions
4
cont.c
4
cont.c
|
@ -83,8 +83,8 @@ enum context_type {
|
|||
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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue