Project

General

Profile

« Previous | Next » 

Revision fb18bb18

Added by nobu (Nobuyoshi Nakada) 7 months ago

[Bug #20989] Ripper: Pass compile_error

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