Skip to content

Commit

Permalink
Use m4 comments outside macros in m4 files
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Mar 28, 2022
1 parent 2cb3eff commit 152bb3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tool/m4/ruby_universal_arch.m4
Expand Up @@ -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
Expand Down

0 comments on commit 152bb3c

Please sign in to comment.