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:
parent
152bb3c0b4
commit
5568cd5a55
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue