1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

parse.y: rename Init_parser

* parse.y (rb_init_parse): rename to get rid of name clash with
  json/parser at statically linking.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-07-11 13:52:47 +00:00
parent 803232c8bb
commit d33d22c7a0

View file

@ -10036,8 +10036,9 @@ rb_parser_while_loop(VALUE vparser, NODE *node, int chop, int split)
}
void
Init_parser(void)
rb_init_parse(void)
{
/* just to suppress unused-function warnings */
(void)nodetype;
(void)nodeline;
#if PARSER_DEBUG