This is the mail archive of the gcc-patches@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]

Minor fix to start_function change


This piece was missing to a recent change that was made to attribute handling:

Mon Jul  9 06:41:07 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

	* c-lang.c (start_cdtor): Remove extra parameter from start_function.

*** c-lang.c	2001/06/26 19:18:35	1.52
--- c-lang.c	2001/07/09 18:28:23
*************** start_cdtor (method_type)
*** 188,192 ****
  			    tree_cons (NULL_TREE, NULL_TREE, void_list_node_1),
  			    NULL_TREE),
! 		  NULL_TREE, NULL_TREE);
    store_parm_decls ();
  
--- 188,192 ----
  			    tree_cons (NULL_TREE, NULL_TREE, void_list_node_1),
  			    NULL_TREE),
! 		  NULL_TREE);
    store_parm_decls ();
  


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