Fix locations of the second argument

This commit is contained in:
Nobuyoshi Nakada 2022-03-30 14:38:33 +09:00
parent 71aa43c725
commit 8d27d00af5
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
2 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@ AC_DEFUN([RUBY_REPLACE_FUNC], [dnl
dnl
dnl RUBY_REPLACE_FUNCS [funcs] [included]
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

View File

@ -9,5 +9,5 @@ AC_DEFUN([RUBY_REQUIRE_FUNC], [
dnl
dnl RUBY_REQUIRE_FUNCS [funcs] [included]
AC_DEFUN([RUBY_REQUIRE_FUNCS], [dnl
m4_map_args_w([$1], [RUBY_REQUIRE_FUNC(], [), [$2]])dnl
m4_map_args_w([$1], [RUBY_REQUIRE_FUNC(], [, [$2])])dnl
])dnl