diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-22 02:03:17 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-22 02:03:17 +0000 |
commit | d10cfa8dc0e0c46fb4ebdcbb957029727bc8fe21 (patch) | |
tree | 46c3473e2a4ca056cf463861491452bb0f47b6a9 /gcc/c-common.h | |
parent | d7a9a1c8a54a4eb32dcc524bea8753342994aa67 (diff) | |
download | gcc-d10cfa8dc0e0c46fb4ebdcbb957029727bc8fe21.tar.gz |
* ChangeLog: Follow spelling conventions.
* ChangeLog.0: Likewise.
* ChangeLog.1: Likewise.
* ChangeLog.2: Likewise.
* ChangeLog.3: Likewise.
* ChangeLog.4: Likewise.
* ChangeLog.5: Likewise.
* ChangeLog.6: Likewise.
* FSFChangeLog.10: Likewise.
* FSFChangeLog.11: Likewise.
* alias.c: Likewise.
* basic-block.h: Likewise.
* c-aux-info.c: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-decl.c: Likewise.
* c-format.c: Likewise.
* c-semantics.c: Likewise.
* c-typeck.c: Likewise.
* calls.c: Likewise.
* cfganal.c: Likewise.
* cfgloop.c: Likewise.
* collect2.c: Likewise.
* combine.c: Likewise.
* conflict.c: Likewise.
* cppexp.c: Likewise.
* cppfiles.c: Likewise.
* cpphash.h: Likewise.
* cppinit.c: Likewise.
* cpplex.c: Likewise.
* cpplib.c: Likewise.
* cpplib.h: Likewise.
* cppmacro.c: Likewise.
* cse.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57398 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 9c69873e22f..f15dbf18bf5 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -253,12 +253,12 @@ struct stmt_tree_s GTY(()) { tree x_last_expr_type; /* The last filename we recorded. */ const char *x_last_expr_filename; - /* In C++, Non-zero if we should treat statements as full + /* In C++, Nonzero if we should treat statements as full expressions. In particular, this variable is no-zero if at the end of a statement we should destroy any temporaries created during that statement. Similarly, if, at the end of a block, we should destroy any local variables in this block. Normally, this - variable is non-zero, since those are the normal semantics of + variable is nonzero, since those are the normal semantics of C++. However, in order to represent aggregate initialization code as @@ -751,26 +751,26 @@ extern int warn_implicit; extern int warn_ctor_dtor_privacy; -/* Non-zero means warn in function declared in derived class has the +/* Nonzero means warn in function declared in derived class has the same name as a virtual in the base class, but fails to match the type signature of any virtual function in the base class. */ extern int warn_overloaded_virtual; -/* Non-zero means warn when declaring a class that has a non virtual +/* Nonzero means warn when declaring a class that has a non virtual destructor, when it really ought to have a virtual one. */ extern int warn_nonvdtor; -/* Non-zero means warn when the compiler will reorder code. */ +/* Nonzero means warn when the compiler will reorder code. */ extern int warn_reorder; -/* Non-zero means warn when synthesis behavior differs from Cfront's. */ +/* Nonzero means warn when synthesis behavior differs from Cfront's. */ extern int warn_synth; -/* Non-zero means warn when we convert a pointer to member function +/* Nonzero means warn when we convert a pointer to member function into a pointer to (void or function). */ extern int warn_pmf2ptr; @@ -1088,7 +1088,7 @@ extern tree strip_array_types PARAMS ((tree)); #define STMT_LINENO(NODE) \ (TREE_COMPLEXITY ((NODE))) -/* If non-zero, the STMT_LINENO for NODE is the line at which the +/* If nonzero, the STMT_LINENO for NODE is the line at which the function ended. */ #define STMT_LINENO_FOR_FN_P(NODE) \ (TREE_LANG_FLAG_2 ((NODE))) |