mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use m4 comments outside macros in m4 files
This commit is contained in:
parent
2cb3efffcf
commit
152bb3c0b4
1 changed files with 3 additions and 3 deletions
|
|
@ -105,9 +105,9 @@ AC_DEFUN([RUBY_UNIVERSAL_CHECK_HEADER_COND], [ dnl
|
||||||
$4], [$5])
|
$4], [$5])
|
||||||
])dnl
|
])dnl
|
||||||
dnl
|
dnl
|
||||||
# RUBY_UNIVERSAL_CHECK_HEADER(CPU-LIST, HEADER,
|
dnl RUBY_UNIVERSAL_CHECK_HEADER(CPU-LIST, HEADER,
|
||||||
# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND],
|
dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND],
|
||||||
# [INCLUDES = DEFAULT-INCLUDES])
|
dnl [INCLUDES = DEFAULT-INCLUDES])
|
||||||
AC_DEFUN([RUBY_UNIVERSAL_CHECK_HEADER], [ dnl
|
AC_DEFUN([RUBY_UNIVERSAL_CHECK_HEADER], [ dnl
|
||||||
m4_if([$# dnl
|
m4_if([$# dnl
|
||||||
], [0], [], [ dnl
|
], [0], [], [ dnl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue