summaryrefslogtreecommitdiff
path: root/gcc/pretty-print.c
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-19 21:32:19 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-19 21:32:19 +0000
commit0eaaa1b0662a57628209e48b0cc49da3baa2908b (patch)
treefc0b03e24296f9a7a995fd772eeb6fab57c3857d /gcc/pretty-print.c
parent42a4b11f2cbed1a2af2157aff1b5ac2be08a78ad (diff)
downloadgcc-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/pretty-print.c')
-rw-r--r--gcc/pretty-print.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/pretty-print.c b/gcc/pretty-print.c
index 56789490931..1d6b2cb2452 100644
--- a/gcc/pretty-print.c
+++ b/gcc/pretty-print.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 "intl.h"