complex.c: ruby/config.h must be included before math.h
because it defines _LARGE_FILES on AIX and _LARGE_FILES must be defined before sys/types.h is included from math.h. [Bug #11483] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f9a9193ae0
commit
c3b02d572c
@ -1,3 +1,10 @@
|
|||||||
|
Thu Sep 24 00:00:17 2015 Rei Odaira <Rei.Odaira@gmail.com>
|
||||||
|
|
||||||
|
* complex.c: ruby/config.h must be included before math.h
|
||||||
|
because it defines _LARGE_FILES on AIX and _LARGE_FILES
|
||||||
|
must be defined before sys/types.h is included from math.h.
|
||||||
|
[Bug #11483]
|
||||||
|
|
||||||
Wed Sep 23 22:22:38 2015 Zachary Scott <zzak@ruby-lang.org>
|
Wed Sep 23 22:22:38 2015 Zachary Scott <zzak@ruby-lang.org>
|
||||||
|
|
||||||
* ext/openssl/ossl_pkcs12*: Remove svn commit id macro
|
* ext/openssl/ossl_pkcs12*: Remove svn commit id macro
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
which is written in ruby.
|
which is written in ruby.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "ruby/config.h"
|
||||||
#if defined _MSC_VER
|
#if defined _MSC_VER
|
||||||
/* Microsoft Visual C does not define M_PI and others by default */
|
/* Microsoft Visual C does not define M_PI and others by default */
|
||||||
# define _USE_MATH_DEFINES 1
|
# define _USE_MATH_DEFINES 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user