ruby-changes:48573
From: ko1 <ko1@a...>
Date: Tue, 7 Nov 2017 14:41:47 +0900 (JST)
Subject: [ruby-changes:48573] ko1:r60688 (trunk): fix comment
ko1 2017-11-07 14:41:43 +0900 (Tue, 07 Nov 2017) New Revision: 60688 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60688 Log: fix comment Modified files: trunk/eval_intern.h Index: eval_intern.h =================================================================== --- eval_intern.h (revision 60687) +++ eval_intern.h (revision 60688) @@ -174,7 +174,7 @@ LONG WINAPI rb_w32_stack_overflow_handle https://github.com/ruby/ruby/blob/trunk/eval_intern.h#L174 #undef RB_OBJ_WRITE #define RB_OBJ_WRITE(a, slot, b) UNALIGNED_MEMBER_ACCESS(rb_obj_write((VALUE)(a), (VALUE *)(slot), (VALUE)(b), __FILE__, __LINE__)) -/* clear th->ec->tag->state, and return the value */ +/* clear ec->tag->state, and return the value */ static inline int rb_ec_tag_state(const rb_execution_context_t *ec) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/