This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch for cp-tree.h typo



This is a simple patch.  The function name is misspelled.

--Kriang

	* cp-tree.h: Fix typo.

*** cp-tree.h	1998/03/22 09:00:16	1.7
--- cp-tree.h	1998/03/22 11:13:18
*************** extern void finish_return_stmt          
*** 2560,2566 ****
  extern tree begin_for_stmt                      PROTO((void));
  extern void finish_for_init_stmt                PROTO((tree));
  extern void finish_for_cond                     PROTO((tree, tree));
! extern void finish_for_expression               PROTO((tree, tree));
  extern void finish_for_stmt                     PROTO((tree, tree));
  extern void finish_break_stmt                   PROTO((void));
  extern void finish_continue_stmt                PROTO((void));
--- 2560,2566 ----
  extern tree begin_for_stmt                      PROTO((void));
  extern void finish_for_init_stmt                PROTO((tree));
  extern void finish_for_cond                     PROTO((tree, tree));
! extern void finish_for_expr                     PROTO((tree, tree));
  extern void finish_for_stmt                     PROTO((tree, tree));
  extern void finish_break_stmt                   PROTO((void));
  extern void finish_continue_stmt                PROTO((void));



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]