diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-05-19 22:32:19 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-05-19 22:32:19 +0100 |
commit | 676dd4d4df5ec4d6bece743cb8d87d862bc3c379 (patch) | |
tree | fc0b03e24296f9a7a995fd772eeb6fab57c3857d /gcc/pretty-print.c | |
parent | caba7aaaa7306157ccdae7874b3430290a004ffa (diff) | |
download | gcc-676dd4d4df5ec4d6bece743cb8d87d862bc3c379.zip gcc-676dd4d4df5ec4d6bece743cb8d87d862bc3c379.tar.gz gcc-676dd4d4df5ec4d6bece743cb8d87d862bc3c379.tar.bz2 |
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/pretty-print.c')
-rw-r--r-- | gcc/pretty-print.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/pretty-print.c b/gcc/pretty-print.c index 5678949..1d6b2cb 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" |