From 65285fbdb898a6c19b4115ba337b4cf4298dc05f Mon Sep 17 00:00:00 2001 From: mrkn Date: Mon, 13 Mar 2017 06:03:18 +0000 Subject: 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 --- ext/bigdecimal/bigdecimal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/bigdecimal/bigdecimal.h') diff --git a/ext/bigdecimal/bigdecimal.h b/ext/bigdecimal/bigdecimal.h index fcfeb9c3c3..6182ae2374 100644 --- a/ext/bigdecimal/bigdecimal.h +++ b/ext/bigdecimal/bigdecimal.h @@ -9,6 +9,8 @@ #ifndef RUBY_BIG_DECIMAL_H #define RUBY_BIG_DECIMAL_H 1 +#define RUBY_NO_OLD_COMPATIBILITY + #include "ruby/ruby.h" #include -- cgit v1.2.3