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:
parent
803232c8bb
commit
d33d22c7a0
1 changed files with 2 additions and 1 deletions
3
parse.y
3
parse.y
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue