diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-09 23:02:47 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-09 23:02:47 +0000 |
commit | 7f759422f04906fc2718a15a01bab06580cd6964 (patch) | |
tree | 5eb6f6dc29e40bf40772500af67f6442a04da751 /libiberty/config.in | |
parent | e56f83282ed28b4fda4cbe46edaf3ca4cb9ba1f7 (diff) | |
download | gcc-7f759422f04906fc2718a15a01bab06580cd6964.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79204 138bc75d-0d04-0410-961f-82ee72b054a4
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 |