* stmt.c: Fix typo in comment.

From-SVN: r58124
This commit is contained in:
Aldy Hernandez 2002-10-14 15:57:42 +00:00 committed by Aldy Hernandez
parent 7457a126c6
commit 3a840c9310
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-10-14 Aldy Hernandez <aldyh@redhat.com>
* stmt.c: Fix typo in comment.
Mon Oct 14 11:35:49 2002 J"orn Rennecke <joern.rennecke@superh.com> Mon Oct 14 11:35:49 2002 J"orn Rennecke <joern.rennecke@superh.com>
* c-common.c (c_common_type_for_mode): Add V2HImode case. * c-common.c (c_common_type_for_mode): Add V2HImode case.

View File

@ -391,7 +391,7 @@ struct stmt_status GTY(())
#define emit_lineno (cfun->stmt->x_emit_lineno) #define emit_lineno (cfun->stmt->x_emit_lineno)
#define goto_fixup_chain (cfun->stmt->x_goto_fixup_chain) #define goto_fixup_chain (cfun->stmt->x_goto_fixup_chain)
/* Non-zero if we are using EH to handle cleanus. */ /* Non-zero if we are using EH to handle cleanups. */
static int using_eh_for_cleanups_p = 0; static int using_eh_for_cleanups_p = 0;
static int n_occurrences PARAMS ((int, const char *)); static int n_occurrences PARAMS ((int, const char *));