diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-19 13:41:33 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-19 13:41:33 +0000 |
commit | b945b61c725f06f061991397d546f675cb87b5a0 (patch) | |
tree | 7eb53bd9949cc41b470853ad54dbf4ddda0c39c1 /libbacktrace/btest.c | |
parent | 0cb0242f9161601307b9b706f9e185cb7b2efb0a (diff) | |
download | gcc-b945b61c725f06f061991397d546f675cb87b5a0.tar.gz |
* configure.ac (GCC_HEADER_STDINT): Invoke.
* backtrace.h: If we can't find <stdint.h>, use "gstdint.h".
* btest.c: Don't include <stdint.h>.
* dwarf.c: Likewise.
* configure, aclocal.m4, Makefile.in, config.h.in: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191474 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libbacktrace/btest.c')
-rw-r--r-- | libbacktrace/btest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbacktrace/btest.c b/libbacktrace/btest.c index df286dbeefe..085891a6e69 100644 --- a/libbacktrace/btest.c +++ b/libbacktrace/btest.c @@ -34,7 +34,6 @@ POSSIBILITY OF SUCH DAMAGE. */ libbacktrace library. */ #include <assert.h> -#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |