diff options
author | DJ Delorie <dj@redhat.com> | 2004-03-10 00:01:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-03-10 00:01:28 +0000 |
commit | 85f969cd0f642e5dea27e55c4bc64a88de8d6614 (patch) | |
tree | 7a5dd38d2b2730bdff35307eb7a7ab7bc6c8d061 /libiberty/config.in | |
parent | cff63485c0388331b4c5b743f1aa6722dd5749b1 (diff) | |
download | gdb-85f969cd0f642e5dea27e55c4bc64a88de8d6614.zip gdb-85f969cd0f642e5dea27e55c4bc64a88de8d6614.tar.gz gdb-85f969cd0f642e5dea27e55c4bc64a88de8d6614.tar.bz2 |
merge from gcc
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 8e5071a..99ee082 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 |