Commit bc1c9c22 by Michael Haubenwallner Committed by Michael Haubenwallner

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

* sreal.c: Include math.h later.

From-SVN: r218783
parent 9733278a
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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment