зеркало из https://github.com/github/ruby.git
[ruby/bigdecimal] Suppress macro redefinition warnings
`HAVE_` macros by autoconf are defined as 1. https://github.com/ruby/bigdecimal/commit/cd35868aa6
This commit is contained in:
Родитель
37593c7950
Коммит
7ed10abdd9
|
@ -35,10 +35,10 @@ extern "C" {
|
|||
#endif /* RB_UNUSED_VAR */
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1310
|
||||
# define HAVE___ASSUME
|
||||
# define HAVE___ASSUME 1
|
||||
|
||||
#elif defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 1300
|
||||
# define HAVE___ASSUME
|
||||
# define HAVE___ASSUME 1
|
||||
#endif
|
||||
|
||||
#ifndef UNREACHABLE
|
||||
|
|
Загрузка…
Ссылка в новой задаче