From: "nobu (Nobuyoshi Nakada)" Date: 2013-11-30T13:30:13+09:00 Subject: [ruby-core:58707] [Ruby 1.8 - Bug #9100][Rejected] Just a typo in a #define that is not used anywhere Issue #9100 has been updated by nobu (Nobuyoshi Nakada). Status changed from Assigned to Rejected Assignee changed from nobu (Nobuyoshi Nakada) to shyouhei (Shyouhei Urabe) The maintainer *was* shyouhei, IIRC. ---------------------------------------- Bug #9100: Just a typo in a #define that is not used anywhere https://bugs.ruby-lang.org/issues/9100#change-43276 Author: BertramScharpf (Bertram Scharpf) Status: Rejected Priority: Normal Assignee: shyouhei (Shyouhei Urabe) Category: Target version: ruby -v: Git revision 469d4b9389cc2f877f2f17ba248146831d69c66b re.h, lines 29,30 #define RMATCH(obj) (R_CAST(RMatch)(obj)) #define RMATCH_REGS(obj) (R_MATCH(obj)->regs) Obviously, R_MATCH has an underscore too much. -- http://bugs.ruby-lang.org/