From 85dcc4866d9ff29834596e9186cc97d622ee06f8 Mon Sep 17 00:00:00 2001 From: "NARUSE, Yui" Date: Thu, 1 Jun 2023 08:43:22 +0900 Subject: Revert "Hide most of the implementation of `struct rb_io`. (#6511)" This reverts commit 18e55fc1e1ec20e8f3166e3059e76c885fc9f8f2. fix [Bug #19704] https://bugs.ruby-lang.org/issues/19704 This breaks compatibility for extension libraries. Such changes need a discussion. --- common.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 71ae5eb6e6..ec13d25ca2 100644 --- a/common.mk +++ b/common.mk @@ -10997,7 +10997,6 @@ process.$(OBJEXT): $(top_srcdir)/internal/fixnum.h process.$(OBJEXT): $(top_srcdir)/internal/gc.h process.$(OBJEXT): $(top_srcdir)/internal/hash.h process.$(OBJEXT): $(top_srcdir)/internal/imemo.h -process.$(OBJEXT): $(top_srcdir)/internal/io.h process.$(OBJEXT): $(top_srcdir)/internal/numeric.h process.$(OBJEXT): $(top_srcdir)/internal/object.h process.$(OBJEXT): $(top_srcdir)/internal/process.h -- cgit v1.2.3