diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-03-09 23:02:47 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-03-09 23:02:47 +0000 |
commit | a4f74b5884a2cb8760d36141ff6ad43183f3088a (patch) | |
tree | 5eb6f6dc29e40bf40772500af67f6442a04da751 /libiberty/config.in | |
parent | f38f747dba8b1620264979af2801062ed4205034 (diff) | |
download | gcc-a4f74b5884a2cb8760d36141ff6ad43183f3088a.tar.gz |
configure.ac: Bump version to 2.59.
2004-03-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Bump version to 2.59. Apply suggested autoupdates.
* acconfig.h: Delete redundant file.
* config.in: Regenerate.
* configure: Regenerate.
From-SVN: r79204
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 8e5071aec7b..99ee0826708 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -1,7 +1,4 @@ /* config.in. Generated from configure.ac by autoheader. */ -/* Define to `unsigned long' if <sys/types.h> doesn't define. */ -#undef uintptr_t - /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */ #undef BYTEORDER @@ -362,9 +359,11 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus #undef inline +#endif /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t |