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]

mbchar.h



I guess nobody's been using multi-byte characters recently -- GCC wouldn't
even build with mbchars because of a missing #endif..


	* mbchar.h: Add missing #endif.

Index: mbchar.h
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/mbchar.h,v
retrieving revision 1.4
diff -c -3 -p -r1.4 mbchar.h
*** mbchar.h	1999/09/07 05:47:58	1.4
--- mbchar.h	1999/10/03 20:15:29
*************** extern int local_mb_cur_max PROTO ((void
*** 38,40 ****
--- 38,41 ----
  /* The locale being used for multibyte characters in string/char literals.  
*/
  extern char *literal_codeset;
  #endif /* MULTIBYTE_CHARS */
+ #endif




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