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]
Other format: [Raw text]

Re: PATCH: cp_binding_level reorg


On Wednesday, August 21, 2002, at 04:43  PM, Devang Patel wrote:

Index: cp/decl.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/decl.h,v
retrieving revision 1.8
diff -c -3 -p -r1.8 decl.h
*** cp/decl.h   4 Jun 2002 07:10:07 -0000       1.8
--- cp/decl.h   21 Aug 2002 23:35:27 -0000
*************** extern GTY(()) tree last_function_parms;
*** 44,50 ****
     in the TREE_PURPOSE slot.  */
  extern GTY(()) tree static_aggregates;

- #ifdef DEBUG_CP_BINDING_LEVELS
  /* Purely for debugging purposes.  */
  extern int debug_bindings_indentation;
  #endif
--- 44,49 ----
This is not intentional and it is not part of this patch. This is what,
I get for not proof reading my emails.

-Devang


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