aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-06-16 19:14:22 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-06-16 19:14:22 +0000
commit9a23858679e48d0b7568e25ebd2a5c92ed250b31 (patch)
tree03f4154c601d605201e4a3d1cc5920b07d982fde /gcc/system.h
parent786a48dd970b9fb5825bd092278989b0cecacbc7 (diff)
downloadgcc-9a23858679e48d0b7568e25ebd2a5c92ed250b31.zip
gcc-9a23858679e48d0b7568e25ebd2a5c92ed250b31.tar.gz
gcc-9a23858679e48d0b7568e25ebd2a5c92ed250b31.tar.bz2
builtin-attrs.def, [...]: Don't use macros from "symcat.h", instead rely on ISO C.
* builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c, cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't use macros from "symcat.h", instead rely on ISO C. * system.h: Don't include "symcat.h". * configure.in (AC_C_STRINGIZE): Delete. * config.in, configure: Regenerate. From-SVN: r68035
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 6448c0c..99291de 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -491,7 +491,6 @@ extern void abort (void);
/* Get libiberty declarations. */
#include "libiberty.h"
-#include "symcat.h"
/* Provide a default for the HOST_BIT_BUCKET.
This suffices for POSIX-like hosts. */