mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Use quadrigraphs for a hash
So that the closing bracket does not look like commented out.
This commit is contained in:
parent
c50298d7d4
commit
e939f28cc9
1 changed files with 1 additions and 1 deletions
|
@ -2088,7 +2088,7 @@ AC_CHECK_FUNCS(_longjmp) # used for AC_ARG_WITH(setjmp-type)
|
|||
test x$ac_cv_func__longjmp = xno && ac_cv_func__setjmp=no
|
||||
AC_CHECK_FUNCS(arc4random_buf)
|
||||
AC_CHECK_FUNCS(atan2l atan2f)
|
||||
AC_CHECK_DECLS(atomic_signal_fence, [], [], [#include <stdatomic.h>])
|
||||
AC_CHECK_DECLS(atomic_signal_fence, [], [], [@%:@include <stdatomic.h>])
|
||||
AC_CHECK_FUNCS(chmod)
|
||||
AC_CHECK_FUNCS(chown)
|
||||
AC_CHECK_FUNCS(chroot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue