summaryrefslogtreecommitdiff
path: root/tool/m4
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-03-28 17:02:02 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-03-28 17:02:02 +0900
commit5568cd5a555f8318817c02e26a892826fe83bb7c (patch)
treeb6134eb3aacc940ba957b7d9623ddf9aef0f7ef9 /tool/m4
parent152bb3c0b4ccfd9d335f0b3d6a349b9566c6da9c (diff)
Fix a missing comma
Diffstat (limited to 'tool/m4')
-rw-r--r--tool/m4/ruby_replace_funcs.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/m4/ruby_replace_funcs.m4 b/tool/m4/ruby_replace_funcs.m4
index 10e85f1ac9..03732fdced 100644
--- a/tool/m4/ruby_replace_funcs.m4
+++ b/tool/m4/ruby_replace_funcs.m4
@@ -8,6 +8,6 @@ AC_DEFUN([RUBY_REPLACE_FUNC], [dnl
])dnl
dnl
dnl RUBY_REPLACE_FUNCS [funcs] [included]
-AC_DEFUN([RUBY_REPLACE_FUNCS] [dnl
+AC_DEFUN([RUBY_REPLACE_FUNCS], [dnl
m4_map_args_w([$1], [RUBY_REPLACE_FUNC(], [), [$2]])dnl
])dnl