1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a missing comma

This commit is contained in:
Nobuyoshi Nakada 2022-03-28 17:02:02 +09:00
parent 152bb3c0b4
commit 5568cd5a55
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -8,6 +8,6 @@ AC_DEFUN([RUBY_REPLACE_FUNC], [dnl
])dnl ])dnl
dnl dnl
dnl RUBY_REPLACE_FUNCS [funcs] [included] 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 m4_map_args_w([$1], [RUBY_REPLACE_FUNC(], [), [$2]])dnl
])dnl ])dnl