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:
parent
9733278a16
commit
bc1c9c2203
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue