From 676dd4d4df5ec4d6bece743cb8d87d862bc3c379 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 19 May 2010 22:32:19 +0100 Subject: 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 --- gcc/diagnostic.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/diagnostic.c') 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" -- cgit v1.2.1