aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2002-07-26 16:23:07 +0000
committerNeil Booth <neil@gcc.gnu.org>2002-07-26 16:23:07 +0000
commitc372b0fa9321712b05a03d00abe3bc763f4b0e64 (patch)
tree982f30a0b8e6cf553bcaa41866622680f8adad6e /gcc/c-common.h
parent558ee214f31ef39421944b6c78cf3218b61c1337 (diff)
downloadgcc-c372b0fa9321712b05a03d00abe3bc763f4b0e64.zip
gcc-c372b0fa9321712b05a03d00abe3bc763f4b0e64.tar.gz
gcc-c372b0fa9321712b05a03d00abe3bc763f4b0e64.tar.bz2
c-common.h (RID_AND, [...]): Remove.
* c-common.h (RID_AND, RID_AND_EQ, RID_NOT, RID_NOT_EQ, RID_OR, RID_OR_EQ, RID_XOR, RID_XOR_EQ, RID_BITAND, RID_BITOR, RID_COMPL): Remove. * c-parse.in (rid_to_yy): Similarly. cp: * cp-tree.h (flag_operator_names): Remove. * decl2.c (flag_operator_names): Remove. (lang_f_options): Remove operator-names. * lex.c (D_OPNAME): Remove. (reswords): Remove operator names. (rid_to_yy): Remove operator names. (init_reswords): No need to handle D_OPNAME. * spew.c (read_process_identifier): There are no operator names. From-SVN: r55777
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index abdd859..f7191fa 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -93,11 +93,6 @@ enum rid
/* casts */
RID_CONSTCAST, RID_DYNCAST, RID_REINTCAST, RID_STATCAST,
- /* alternate spellings */
- RID_AND, RID_AND_EQ, RID_NOT, RID_NOT_EQ,
- RID_OR, RID_OR_EQ, RID_XOR, RID_XOR_EQ,
- RID_BITAND, RID_BITOR, RID_COMPL,
-
/* Objective C */
RID_ID, RID_AT_ENCODE, RID_AT_END,
RID_AT_CLASS, RID_AT_ALIAS, RID_AT_DEFS,