diff options
author | mrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-03-13 06:03:18 +0000 |
---|---|---|
committer | mrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-03-13 06:03:18 +0000 |
commit | 65285fbdb898a6c19b4115ba337b4cf4298dc05f (patch) | |
tree | 728676489cde46406a59e688693f85d1970e746a /ext/bigdecimal/bigdecimal.h | |
parent | ea7af54e73882c96b24407b350c65d33a74eae2f (diff) |
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
Diffstat (limited to 'ext/bigdecimal/bigdecimal.h')
-rw-r--r-- | ext/bigdecimal/bigdecimal.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <float.h> |