mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
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
2 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
which is written in ruby.
|
||||
*/
|
||||
|
||||
#include "ruby/config.h"
|
||||
#if defined _MSC_VER
|
||||
/* Microsoft Visual C does not define M_PI and others by default */
|
||||
# define _USE_MATH_DEFINES 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue