mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix locations of the second argument
This commit is contained in:
parent
71aa43c725
commit
8d27d00af5
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue