diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2002-12-19 05:18:13 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-12-19 05:18:13 +0000 |
commit | 272d0bee76458f8e27e670f68890d6156102a93f (patch) | |
tree | a88cdafc197ec6d583f826dadc58fdeaa0a67c10 /gcc/stmt.c | |
parent | 358ecb103a6432ea4f6b8b6aeab74a4c483fb6bc (diff) | |
download | gcc-272d0bee76458f8e27e670f68890d6156102a93f.zip gcc-272d0bee76458f8e27e670f68890d6156102a93f.tar.gz gcc-272d0bee76458f8e27e670f68890d6156102a93f.tar.bz2 |
ChangeLog: Follow spelling conventions.
* ChangeLog: Follow spelling conventions.
* ChangeLog.2: Likewise.
* ChangeLog.4: Likewise.
* ChangeLog.5: Likewise.
* cppexp.c: Likewise.
* df.c: Likewise.
* gcov.c: Likewise.
* gengtype.c: Likewise.
* reload1.c: Likewise.
* sched-rgn.c: Likewise.
* stmt.c: Likewise.
* stor-layout.c: Likewise.
* timevar.c: Likewise.
* toplev.c: Likewise.
* tree.h: Likewise.
* varasm.c: Likewise.
* config/fr30/fr30.md: Likewise.
* config/i386/i386.c: Likewise.
* config/ia64/ia64.c: Likewise.
* config/pa/pa.c: Likewise.
From-SVN: r60281
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -390,7 +390,7 @@ struct stmt_status GTY(()) #define emit_lineno (cfun->stmt->x_emit_lineno) #define goto_fixup_chain (cfun->stmt->x_goto_fixup_chain) -/* Non-zero if we are using EH to handle cleanups. */ +/* Nonzero if we are using EH to handle cleanups. */ static int using_eh_for_cleanups_p = 0; static int n_occurrences PARAMS ((int, const char *)); |