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

ruby-changes:64721

From: Kenta <ko1@a...>
Date: Mon, 4 Jan 2021 12:05:33 +0900 (JST)
Subject: [ruby-changes:64721] 597e063606 (master): Revert "Include RUBY_EXTCONF_H if available"

https://git.ruby-lang.org/ruby.git/commit/?id=597e063606

From 597e06360642189d332fadf25b2b6ba9b1df6387 Mon Sep 17 00:00:00 2001
From: Kenta Murata <mrkn@m...>
Date: Mon, 4 Jan 2021 12:01:04 +0900
Subject: Revert "Include RUBY_EXTCONF_H if available"

It is unnecessary because RUBY_EXTCONF_H has already been included in
ruby/internal/config.h.

This reverts commit 0644f466b0ef017202712882b557ba32863002c4.

diff --git a/ext/bigdecimal/bigdecimal.h b/ext/bigdecimal/bigdecimal.h
index 919583d..900ebd4 100644
--- a/ext/bigdecimal/bigdecimal.h
+++ b/ext/bigdecimal/bigdecimal.h
@@ -14,10 +14,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/bigdecimal.h#L14
 #include "ruby/ruby.h"
 #include <float.h>
 
-#ifdef RUBY_EXTCONF_H
-# include RUBY_EXTCONF_H
-#endif
-
 #if defined(__bool_true_false_are_defined)
 # /* Take that. */
 
-- 
cgit v0.10.2


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

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