[前][次][番号順一覧][スレッド一覧]

ruby-changes:65432

From: Nobuyoshi <ko1@a...>
Date: Wed, 10 Mar 2021 22:14:07 +0900 (JST)
Subject: [ruby-changes:65432] 4c80b9d063 (master): Fix `coroutine_type` variable name

https://git.ruby-lang.org/ruby.git/commit/?id=4c80b9d063

From 4c80b9d063fe3cf3bc80b2631f4ffc3b5346e12f Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 10 Mar 2021 22:13:06 +0900
Subject: Fix `coroutine_type` variable name

---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d7ca974..071f20c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1098,7 +1098,7 @@ main() https://github.com/ruby/ruby/blob/trunk/configure.ac#L1098
 		AS_IF([test "$target_cpu" = x64], [
 		    ac_cv_func___builtin_setjmp=yes
 		    ac_cv_func_round=no
-		    rb_cv_coroutine=yes
+		    coroutine_type=yes
 		])
 		ac_cv_func_tgamma=no
 		rb_cv_negative_time_t=yes
@@ -4213,7 +4213,7 @@ config_summary "vendor path"         "$vendordir" https://github.com/ruby/ruby/blob/trunk/configure.ac#L4213
 config_summary "target OS"           "$target_os"
 config_summary "compiler"            "$CC"
 config_summary "with pthread"        "$enable_pthread"
-config_summary "with coroutine"      "$rb_cv_coroutine"
+config_summary "with coroutine"      "$coroutine_type"
 config_summary "enable shared libs"  "$ENABLE_SHARED"
 config_summary "dynamic library ext" "$DLEXT"
 config_summary "CFLAGS"              "$cflags"
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]