diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-16 19:14:22 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-16 19:14:22 +0000 |
commit | 18e431559a1b7896690607a5c2e328d11788749a (patch) | |
tree | 03f4154c601d605201e4a3d1cc5920b07d982fde /gcc/gencheck.c | |
parent | 6169854cd4d73496795b0be52f0b11f3174e21dc (diff) | |
download | gcc-18e431559a1b7896690607a5c2e328d11788749a.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68035 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gencheck.c')
-rw-r--r-- | gcc/gencheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gencheck.c b/gcc/gencheck.c index aedd4965530..58009a8ea3c 100644 --- a/gcc/gencheck.c +++ b/gcc/gencheck.c @@ -24,7 +24,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "coretypes.h" #include "tm.h" -#define DEFTREECODE(SYM, NAME, TYPE, LEN) STRINGX(SYM), +#define DEFTREECODE(SYM, NAME, TYPE, LEN) #SYM, static const char *const tree_codes[] = { #include "tree.def" |