diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-04-08 01:05:01 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-04-08 01:05:01 +0000 |
commit | 2d5feb1680469b26eabaea7dabac959ddaed5ab5 (patch) | |
tree | ffb89ab047ca19f194266d271f3b55ee9696ca28 | |
parent | d502f210b983148617a1b16192644c260ceac672 (diff) | |
download | gcc-2d5feb1680469b26eabaea7dabac959ddaed5ab5.zip gcc-2d5feb1680469b26eabaea7dabac959ddaed5ab5.tar.gz gcc-2d5feb1680469b26eabaea7dabac959ddaed5ab5.tar.bz2 |
acconfig.h: Remove redundant HAVE_FLOAT_H.
2005-04-08 Kelley Cook <kcook@gcc.gnu.org>
* acconfig.h: Remove redundant HAVE_FLOAT_H.
* config.h.in: Regenerate.
From-SVN: r97817
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/acconfig.h | 3 | ||||
-rw-r--r-- | libstdc++-v3/config.h.in | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0f202ef..1c0e7de 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ 2005-04-08 Kelley Cook <kcook@gcc.gnu.org> + * acconfig.h: Remove redundant HAVE_FLOAT_H. + * config.h.in: Regenerate. + +2005-04-08 Kelley Cook <kcook@gcc.gnu.org> + * configure.ac: Create template for PACKAGE and VERSION. Update comment on how to regenerate file. Update minimum automake version to 1.9.3. diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h index f0bb08d..6cfb644 100644 --- a/libstdc++-v3/acconfig.h +++ b/libstdc++-v3/acconfig.h @@ -1,8 +1,5 @@ // Symbols and macros for libstdc++ -*- C++ -*- -// Define if <float.h> exists. -#undef HAVE_FLOAT_H - // @BOTTOM@ // // Define symbol versioning in assember directives. If symbol diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 8000806..12c38a0 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -1,9 +1,6 @@ /* config.h.in. Generated from configure.ac by autoheader. */ // Symbols and macros for libstdc++ -*- C++ -*- -// Define if <float.h> exists. -#undef HAVE_FLOAT_H - /* Define to 1 if you have the `acosf' function. */ #undef HAVE_ACOSF |