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/cvt.c | |
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/cvt.c')
-rw-r--r-- | gcc/cp/cvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index 1585b7c7d3c..6905a049e45 100644 --- a/gcc/cp/cvt.c +++ b/gcc/cp/cvt.c @@ -1014,7 +1014,7 @@ convert_force (type, expr, convtype) allowed (references private members, etc). If no conversion exists, NULL_TREE is returned. - If (FOR_SURE & 1) is non-zero, then we allow this type conversion + If (FOR_SURE & 1) is nonzero, then we allow this type conversion to take place immediately. Otherwise, we build a SAVE_EXPR which can be evaluated if the results are ever needed. |