1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/etc] Note for rb_deprecate_constant [ci skip]

https://github.com/ruby/etc/commit/f87fe7ad93
This commit is contained in:
Nobuyoshi Nakada 2022-01-02 15:15:52 +09:00
parent 30c03f9e93
commit 1136985cc0

View file

@ -47,6 +47,7 @@ if !File.exist?("#{srcdir}/depend")
%x[#{RbConfig.ruby} #{srcdir}/mkconstants.rb -o #{srcdir}/constdefs.h]
end
# TODO: remove when dropping 2.7 support, as exported since 3.0
have_func('rb_deprecate_constant(Qnil, "None")')
$distcleanfiles << "constdefs.h"