diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-21 12:51:56 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-21 12:51:56 +0000 |
commit | 3160db1dc46f78ddbaa809d1904690ab8d22e51f (patch) | |
tree | f9f92f248e52e649957fe2bf5fc9b58a2f9423e2 /gcc/cp/operators.def | |
parent | 45a174561b52c75b6bae50e7d6f076a35a628807 (diff) | |
download | gcc-3160db1dc46f78ddbaa809d1904690ab8d22e51f.tar.gz |
* ChangeLog: Follow spelling conventions.
* ChangeLog.2: Likewise.
* call.c: Likewise.
* class.c: Likewise.
* cp-tree.h: Likewise.
* cvt.c: Likewise.
* decl.c: Likewise.
* decl2.c: Likewise.
* except.c: Likewise.
* friend.c: Likewise.
* g++spec.c: Likewise.
* init.c: Likewise.
* lex.c: Likewise.
* mangle.c: Likewise.
* method.c: Likewise.
* operators.def: Likewise.
* optimize.c: Likewise.
* pt.c: Likewise.
* rtti.c: Likewise.
* search.c: Likewise.
* semantics.c: Likewise.
* spew.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57387 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/operators.def')
-rw-r--r-- | gcc/cp/operators.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/operators.def b/gcc/cp/operators.def index 85043803f4d..b3e20d66239 100644 --- a/gcc/cp/operators.def +++ b/gcc/cp/operators.def @@ -54,7 +54,7 @@ Boston, MA 02111-1307, USA. */ ASSN_P - A boolean value. If non-zero, this is an assignment operator. + A boolean value. If nonzero, this is an assignment operator. Before including this file, you should define DEFOPERATOR to take these arguments. |