Both config.h and system.h define ABI/API macros for system headers.

* sreal.c: Include math.h later.

From-SVN: r218783
This commit is contained in:
Michael Haubenwallner 2014-12-16 17:14:49 +00:00 committed by Michael Haubenwallner
parent 9733278a16
commit bc1c9c2203
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
Both config.h and system.h define ABI/API macros for system headers.
* sreal.c: Include math.h later.
2014-12-16 Felix Yang <felix.yang@huawei.com>
PR rtl-optimization/64240

View file

@ -47,9 +47,9 @@ along with GCC; see the file COPYING3. If not see
sig == 0 && exp == -SREAL_MAX_EXP
*/
#include <math.h>
#include "config.h"
#include "system.h"
#include <math.h>
#include "coretypes.h"
#include "sreal.h"