summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-05-19 22:32:19 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2010-05-19 22:32:19 +0100
commit676dd4d4df5ec4d6bece743cb8d87d862bc3c379 (patch)
treefc0b03e24296f9a7a995fd772eeb6fab57c3857d /gcc/diagnostic.c
parentcaba7aaaa7306157ccdae7874b3430290a004ffa (diff)
downloadgcc-676dd4d4df5ec4d6bece743cb8d87d862bc3c379.tar.gz
diagnostic.c (FLOAT, FFS): Don't undefine.
* 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. From-SVN: r159602
Diffstat (limited to 'gcc/diagnostic.c')
-rw-r--r--gcc/diagnostic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c
index ed14a213933..4bf9b716b2f 100644
--- a/gcc/diagnostic.c
+++ b/gcc/diagnostic.c
@@ -24,8 +24,6 @@ along with GCC; see the file COPYING3. If not see
message module. */
#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"