1
0
Fork 0
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:
Nobuyoshi Nakada 2022-03-28 16:56:40 +09:00
parent 2cb3efffcf
commit 152bb3c0b4
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -105,9 +105,9 @@ AC_DEFUN([RUBY_UNIVERSAL_CHECK_HEADER_COND], [ dnl
$4], [$5])
])dnl
dnl
# RUBY_UNIVERSAL_CHECK_HEADER(CPU-LIST, HEADER,
# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND],
# [INCLUDES = DEFAULT-INCLUDES])
dnl RUBY_UNIVERSAL_CHECK_HEADER(CPU-LIST, HEADER,
dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND],
dnl [INCLUDES = DEFAULT-INCLUDES])
AC_DEFUN([RUBY_UNIVERSAL_CHECK_HEADER], [ dnl
m4_if([$# dnl
], [0], [], [ dnl