aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorBrooks Moses <brooks.moses@codesourcery.com>2007-05-03 06:14:52 +0000
committerBrooks Moses <brooks@gcc.gnu.org>2007-05-02 23:14:52 -0700
commitdf582833001a9f1038970b65f2c06747ec29fdae (patch)
tree33ac9472bdc0f556d0f2260513e8ae504161d7ba /gcc/system.h
parentae07728488e1afabcb70ce3d460bbe864a644891 (diff)
downloadgcc-df582833001a9f1038970b65f2c06747ec29fdae.zip
gcc-df582833001a9f1038970b65f2c06747ec29fdae.tar.gz
gcc-df582833001a9f1038970b65f2c06747ec29fdae.tar.bz2
re PR bootstrap/31776 (Bootstrap fails with "error: conflicting types for strsignal")
PR bootstrap/31776 * system.h: Remove inclusion of double-int.h * tree.h: Include double-int.h * gengtype.c: Likewise * cfgloop.h: Likewise * Makefile.in: Adjust dependencies on double-int.h From-SVN: r124373
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 7a3c489..12f4b66 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -611,9 +611,6 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
# define FALSE false
#endif /* !__cplusplus */
-/* Get definition of double_int. */
-#include "double-int.h"
-
/* Some compilers do not allow the use of unsigned char in bitfields. */
#define BOOL_BITFIELD unsigned int