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

bigdecimal: version 1.3.2

Import bigdecimal version 1.3.2.  The full commit log is here:

  https://github.com/ruby/bigdecimal/compare/v1.3.1...v1.3.2

This fixes [ruby-core:79603] [Bug #13232]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2017-03-13 06:03:18 +00:00
parent ea7af54e73
commit 65285fbdb8
6 changed files with 106 additions and 80 deletions

View file

@ -15,12 +15,3 @@ have_func("rb_array_const_ptr", "ruby.h")
have_func("rb_sym2str", "ruby.h")
create_makefile('bigdecimal')
# Add additional dependencies
open('Makefile', 'a') do |io|
if RUBY_VERSION >= '2.4'
io.puts <<-MAKEFILE
bigdecimal.o: $(hdrdir)/ruby/backward.h
MAKEFILE
end
end