mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove duplicated st_init_table_with_size
definition
`st_init_table_with_size` is already defined in universal_parser.c.
This commit is contained in:
parent
e9fd34750f
commit
501a32c630
1 changed files with 0 additions and 3 deletions
|
@ -252,8 +252,5 @@
|
||||||
#define rb_enc_isascii p->config->enc_isascii
|
#define rb_enc_isascii p->config->enc_isascii
|
||||||
#define rb_enc_mbc_to_codepoint p->config->enc_mbc_to_codepoint
|
#define rb_enc_mbc_to_codepoint p->config->enc_mbc_to_codepoint
|
||||||
|
|
||||||
#undef st_init_table_with_size
|
|
||||||
#define st_init_table_with_size rb_parser_st_init_table_with_size
|
|
||||||
|
|
||||||
#define rb_ast_new() \
|
#define rb_ast_new() \
|
||||||
rb_ast_new(p->config)
|
rb_ast_new(p->config)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue