fix typo in stmt.c

Aldy Hernandez aldyh@redhat.com
Mon Oct 14 08:57:00 GMT 2002


While finishing up the try/finally stuff I noticed this.

Committed to mainline.

2002-10-14  Aldy Hernandez  <aldyh@redhat.com>

	* stmt.c: Fix typo in comment.

Index: stmt.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/stmt.c,v
retrieving revision 1.271
diff -c -p -r1.271 stmt.c
*** stmt.c	27 Sep 2002 12:48:03 -0000	1.271
--- stmt.c	14 Oct 2002 15:55:56 -0000
*************** struct stmt_status GTY(())
*** 391,397 ****
  #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 cleanus.  */
  static int using_eh_for_cleanups_p = 0;
  
  static int n_occurrences		PARAMS ((int, const char *));
--- 391,397 ----
  #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.  */
  static int using_eh_for_cleanups_p = 0;
  
  static int n_occurrences		PARAMS ((int, const char *));



More information about the Gcc-patches mailing list