diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-19 21:32:19 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-19 21:32:19 +0000 |
commit | 0eaaa1b0662a57628209e48b0cc49da3baa2908b (patch) | |
tree | fc0b03e24296f9a7a995fd772eeb6fab57c3857d /gcc/rtl-error.c | |
parent | 42a4b11f2cbed1a2af2157aff1b5ac2be08a78ad (diff) | |
download | gcc-0eaaa1b0662a57628209e48b0cc49da3baa2908b.tar.gz |
* diagnostic.c (FLOAT, FFS): Don't undefine.
* passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
* cse.c, regmove.c: Remove comments about stdio.h and rtl.h
include ordering.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159602 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl-error.c')
-rw-r--r-- | gcc/rtl-error.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rtl-error.c b/gcc/rtl-error.c index f5558005c9a..098666d3415 100644 --- a/gcc/rtl-error.c +++ b/gcc/rtl-error.c @@ -19,8 +19,6 @@ along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ #include "config.h" -#undef FLOAT /* This is for hpux. They should change hpux. */ -#undef FFS /* Some systems define this in param.h. */ #include "system.h" #include "coretypes.h" #include "tm.h" |