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

ruby-changes:71257

From: Peter <ko1@a...>
Date: Wed, 23 Feb 2022 02:02:41 +0900 (JST)
Subject: [ruby-changes:71257] 06dab12717 (master): Include ruby.h in empty.c to have ABI version

https://git.ruby-lang.org/ruby.git/commit/?id=06dab12717

From 06dab12717a05bf49e4c6dff1d6f5458678d0e00 Mon Sep 17 00:00:00 2001
From: Peter Zhu <peter@p...>
Date: Tue, 22 Feb 2022 12:00:15 -0500
Subject: Include ruby.h in empty.c to have ABI version

I forgot to include this as part of
638fd8774bed27b997f3b634ba8be7aa304be3c3.
---
 ext/-test-/dln/empty/empty.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ext/-test-/dln/empty/empty.c b/ext/-test-/dln/empty/empty.c
index c4f94f1644..2b4fd42cd2 100644
--- a/ext/-test-/dln/empty/empty.c
+++ b/ext/-test-/dln/empty/empty.c
@@ -1,3 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/dln/empty/empty.c#L1
+#include "ruby.h"
+
 void
 Init_empty(void)
 {
-- 
cgit v1.2.1


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

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