summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorS.H <gamelinks007@gmail.com>2024-01-31 13:31:38 +0900
committerGitHub <noreply@github.com>2024-01-31 13:31:38 +0900
commitf3df218f48571a7ff1479a33691fdb83db1da7ea (patch)
treea1067be04574c3d97938bfee761128b4c8c0401f /common.mk
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 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 4310042736..fbe99d9510 100644
--- a/common.mk
+++ b/common.mk
@@ -16081,6 +16081,7 @@ ruby_parser.$(OBJEXT): {$(VPATH)}internal/variable.h
ruby_parser.$(OBJEXT): {$(VPATH)}internal/warning_push.h
ruby_parser.$(OBJEXT): {$(VPATH)}internal/xmalloc.h
ruby_parser.$(OBJEXT): {$(VPATH)}missing.h
+ruby_parser.$(OBJEXT): {$(VPATH)}node.h
ruby_parser.$(OBJEXT): {$(VPATH)}onigmo.h
ruby_parser.$(OBJEXT): {$(VPATH)}oniguruma.h
ruby_parser.$(OBJEXT): {$(VPATH)}ruby_assert.h