File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1558,7 +1558,9 @@ AS_IF([test "$GCC" = yes], [
15581558 AC_DEFINE_UNQUOTED ( [ RUBY_ALIAS_FUNCTION_VOID(prot, name, args)] ,
15591559 [ RUBY_ALIAS_FUNCTION_TYPE(void, prot, name, args)] )
15601560 ] )
1561+ ] )
15611562
1563+ {
15621564 AC_CACHE_CHECK ( [ for __atomic builtins] , [ rb_cv_gcc_atomic_builtins] , [
15631565 AC_LINK_IFELSE ( [ AC_LANG_PROGRAM ( [ [ unsigned int atomic_var;] ] ,
15641566 [ [
@@ -1589,7 +1591,6 @@ AS_IF([test "$GCC" = yes], [
15891591 AS_IF ( [ test "$rb_cv_gcc_sync_builtins" = yes] , [
15901592 AC_DEFINE ( HAVE_GCC_SYNC_BUILTINS )
15911593 ] )
1592- ] )
15931594
15941595 AC_CACHE_CHECK ( for __builtin_unreachable , rb_cv_func___builtin_unreachable ,
15951596 [ RUBY_WERROR_FLAG(
@@ -1602,6 +1603,7 @@ AS_IF([test "$GCC" = yes], [
16021603 AS_IF ( [ test "$rb_cv_func___builtin_unreachable" = yes] , [
16031604 AC_DEFINE_UNQUOTED ( UNREACHABLE , [ __builtin_unreachable()] )
16041605 ] )
1606+ }
16051607
16061608AC_CACHE_CHECK ( for exported function attribute , rb_cv_func_exported , [
16071609rb_cv_func_exported=no
You can’t perform that action at this time.
0 commit comments