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]

cp-tree.h patchlet


Likewise exposed by the irix linker.


r~


	* cp-tree.h (flag_permissive): Declare extern.

Index: cp-tree.h
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/cp/cp-tree.h,v
retrieving revision 1.185
diff -c -p -d -r1.185 cp-tree.h
*** cp-tree.h	1999/01/06 23:37:55	1.185
--- cp-tree.h	1999/01/12 10:06:40
*************** extern int flag_vtable_gc;
*** 549,555 ****
  
  /* Nonzero means make the default pedwarns warnings instead of errors.
     The value of this flag is ignored if -pedantic is specified.  */
! int flag_permissive;
  
  /* C++ language-specific tree codes.  */
  #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM,
--- 549,555 ----
  
  /* Nonzero means make the default pedwarns warnings instead of errors.
     The value of this flag is ignored if -pedantic is specified.  */
! extern int flag_permissive;
  
  /* C++ language-specific tree codes.  */
  #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM,


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