Project

General

Profile

« Previous | Next » 

Revision 7b2ae8df

Added by nobu (Nobuyoshi Nakada) 7 months ago

[Bug #20969] Pass assignable from ripper

For the universal parser, rb_reg_named_capture_assign_iter_impl
function is shared between the parser and ripper. However
parser_params struct is partially different, and assignable
function depends on that part indirectly.