aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-03-27 15:31:46 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-03-27 15:31:46 +0000
commit4bc5fbd480352653d10d4056d77750750fd5e0f3 (patch)
tree2e592a2ad0d4637b55b1458012395d2ab9c692b6 /gcc/cpplex.c
parent313e46b92977bedbd2c2ed30e38ceabda495178d (diff)
downloadgcc-4bc5fbd480352653d10d4056d77750750fd5e0f3.zip
gcc-4bc5fbd480352653d10d4056d77750750fd5e0f3.tar.gz
gcc-4bc5fbd480352653d10d4056d77750750fd5e0f3.tar.bz2
system.h: Include symcat.h.
* system.h: Include symcat.h. (STRINGIFY): Don't define. * configure.in: Adjust comment. * builtins.c: Use STRINGX, not STRINGIFY. * gencheck.c: Likewise. * gengenrtl.c: Likewise. * protoize.c: Likewise. * cpplex.c: Don't include symcat.h. * cpplib.c: Likewise. * gansidecl.h (HAVE_STRINGIZE): Don't define. From-SVN: r40875
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r--gcc/cpplex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c
index d1b9076..efc0aa5 100644
--- a/gcc/cpplex.c
+++ b/gcc/cpplex.c
@@ -38,7 +38,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "system.h"
#include "cpplib.h"
#include "cpphash.h"
-#include "symcat.h"
/* Tokens with SPELL_STRING store their spelling in the token list,
and it's length in the token->val.name.len. */