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

ruby-changes:59782

From: Nobuyoshi <ko1@a...>
Date: Thu, 23 Jan 2020 15:32:13 +0900 (JST)
Subject: [ruby-changes:59782] 425b2064d3 (master): [ruby/readline-ext] Include ruby/assert.h in ruby/ruby.h so that assertions can be there

https://git.ruby-lang.org/ruby.git/commit/?id=425b2064d3

From 425b2064d394639101854c83a061a0918b33b857 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 14 Jul 2019 13:06:22 +0900
Subject: [ruby/readline-ext] Include ruby/assert.h in ruby/ruby.h so that
 assertions can be there

https://github.com/ruby/readline-ext/commit/4d44c12832

diff --git a/ext/readline/depend b/ext/readline/depend
index 2dde7fc..7ebc611 100644
--- a/ext/readline/depend
+++ b/ext/readline/depend
@@ -1,6 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/readline/depend#L1
 # AUTOGENERATED DEPENDENCIES START
 readline.o: $(RUBY_EXTCONF_H)
 readline.o: $(arch_hdrdir)/ruby/config.h
+readline.o: $(hdrdir)/ruby.h
 readline.o: $(hdrdir)/ruby/assert.h
 readline.o: $(hdrdir)/ruby/backward.h
 readline.o: $(hdrdir)/ruby/defines.h
-- 
cgit v0.10.2


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

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