Project

General

Profile

Bug #16366 ยป enum_count_pass-16366.patch

jeremyevans0 (Jeremy Evans), 11/26/2019 03:58 AM

View differences:

enum.c
ENUM_WANT_SVALUE();
rb_thread_check_ints();
if (rb_equal(i, memo->v1)) {
imemo_count_up(memo);
}
......
{
struct MEMO *memo = MEMO_CAST(memop);
rb_thread_check_ints();
imemo_count_up(memo);
return Qnil;
}
    (1-1/1)