projects
/
interaspect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14863ad
)
Added GENERATOR_FILE macro to prevent real.h from including mpc.h.
author
Justin Seyster
<jseyster@cs.sunysb.edu>
Fri, 9 Jul 2010 21:18:10 +0000
(17:18 -0400)
committer
Justin Seyster
<jseyster@cs.sunysb.edu>
Fri, 9 Jul 2010 21:18:10 +0000
(17:18 -0400)
src/aop-weave.c
patch
|
blob
|
history
diff --git
a/src/aop-weave.c
b/src/aop-weave.c
index e0a2127bbd3da434f13bea827dd842949de13ce0..788321dac518d48ce00be121d6cd25f2e6b0f242 100644
(file)
--- a/
src/aop-weave.c
+++ b/
src/aop-weave.c
@@
-32,7
+32,12
@@
#include <tree.h>
#include <gimple.h>
#include <toplev.h>
+
+/* Defining GENERATOR_FILE prevents real.h from also including the
+ gmp, mpfr and mpc headers, which we do not need. */
+#define GENERATOR_FILE
#include <real.h>
+#undef GENERATOR_FILE
#include "aop.h"
#include "aop-dynval.h"