]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-common.h (RID_AND, [...]): Remove.
authorNeil Booth <neil@daikokuya.co.uk>
Fri, 26 Jul 2002 16:23:07 +0000 (16:23 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Fri, 26 Jul 2002 16:23:07 +0000 (16:23 +0000)
commitc372b0fa9321712b05a03d00abe3bc763f4b0e64
tree982f30a0b8e6cf553bcaa41866622680f8adad6e
parent558ee214f31ef39421944b6c78cf3218b61c1337
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
gcc/ChangeLog
gcc/c-common.h
gcc/c-parse.in
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/lex.c
gcc/cp/spew.c