summaryrefslogtreecommitdiff
path: root/universal_parser.c
diff options
context:
space:
mode:
authorS.H <[email protected]>2024-01-31 13:31:38 +0900
committerGitHub <[email protected]>2024-01-31 13:31:38 +0900
commitf3df218f48571a7ff1479a33691fdb83db1da7ea (patch)
treea1067be04574c3d97938bfee761128b4c8c0401f /universal_parser.c
parent8041b7d9677d158850e14fc763038df30f14c16d (diff)
Introduced `rb_node_const_decl_val` function
Introduce `rb_node_const_decl_val` function to allow `rb_ary_join` and `rb_ary_reverse` functions to be removed from Universal Parser.
Diffstat (limited to 'universal_parser.c')
-rw-r--r--universal_parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/universal_parser.c b/universal_parser.c
index 6107b09995..6ea3f418b0 100644
--- a/universal_parser.c
+++ b/universal_parser.c
@@ -144,8 +144,6 @@ struct rb_imemo_tmpbuf_struct {
#undef rb_ary_new2
#define rb_ary_new2 p->config->ary_new2
#define rb_ary_entry p->config->ary_entry
-#define rb_ary_join p->config->ary_join
-#define rb_ary_reverse p->config->ary_reverse
#define rb_ary_clear p->config->ary_clear
#define rb_ary_modify p->config->ary_modify
#undef RARRAY_LEN