OSDN Git Service

* c-common.h (RID_AND, RID_AND_EQ, RID_NOT, RID_NOT_EQ,
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jul 2002 16:23:07 +0000 (16:23 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jul 2002 16:23:07 +0000 (16:23 +0000)
commit5610f3adad7123c25e5470d8f5719dad3ecbd196
tree982f30a0b8e6cf553bcaa41866622680f8adad6e
parentd571f56fc629f19ecd0da572f25d1ea1eb74ebad
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55777 138bc75d-0d04-0410-961f-82ee72b054a4
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