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

ruby-changes:71465

From: nagachika <ko1@a...>
Date: Mon, 21 Mar 2022 16:32:52 +0900 (JST)
Subject: [ruby-changes:71465] 1a1701c0c3 (ruby_3_0): class.c: include gc.h to suppress 'implicit declaration of function' on some environments.

https://git.ruby-lang.org/ruby.git/commit/?id=1a1701c0c3

From 1a1701c0c3d86c35019f2edf23c35ec6110d1bac Mon Sep 17 00:00:00 2001
From: nagachika <nagachika@r...>
Date: Mon, 21 Mar 2022 16:32:26 +0900
Subject: class.c: include gc.h to suppress 'implicit declaration of function'
 on some environments.

---
 class.c   | 1 +
 version.h | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/class.c b/class.c
index 6a4d3fb264..682a21d488 100644
--- a/class.c
+++ b/class.c
@@ -26,6 +26,7 @@ https://github.com/ruby/ruby/blob/trunk/class.c#L26
 #include "ruby/internal/config.h"
 #include <ctype.h>
 
+#include "gc.h"
 #include "constant.h"
 #include "id_table.h"
 #include "internal.h"
diff --git a/version.h b/version.h
index ba0eb78ef4..ae0c48ec08 100644
--- a/version.h
+++ b/version.h
@@ -12,7 +12,7 @@ https://github.com/ruby/ruby/blob/trunk/version.h#L12
 # define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
 #define RUBY_VERSION_TEENY 4
 #define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 198
+#define RUBY_PATCHLEVEL 199
 
 #define RUBY_RELEASE_YEAR 2022
 #define RUBY_RELEASE_MONTH 3
-- 
cgit v1.2.1


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

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