Skip to content

Commit e939f28

Browse files
committed
Use quadrigraphs for a hash
So that the closing bracket does not look like commented out.
1 parent c50298d commit e939f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@ AC_CHECK_FUNCS(_longjmp) # used for AC_ARG_WITH(setjmp-type)
20882088
test x$ac_cv_func__longjmp = xno && ac_cv_func__setjmp=no
20892089
AC_CHECK_FUNCS(arc4random_buf)
20902090
AC_CHECK_FUNCS(atan2l atan2f)
2091-
AC_CHECK_DECLS(atomic_signal_fence, [], [], [#include <stdatomic.h>])
2091+
AC_CHECK_DECLS(atomic_signal_fence, [], [], [@%:@include <stdatomic.h>])
20922092
AC_CHECK_FUNCS(chmod)
20932093
AC_CHECK_FUNCS(chown)
20942094
AC_CHECK_FUNCS(chroot)

0 commit comments

Comments
 (0)