# File lib/ruby_parser_extras.rb, line 1048
  def yyerror msg
    warn msg
    super()
  end