mbchar.h

Jeffrey A Law law@cygnus.com
Sun Oct 3 13:16:00 GMT 1999


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





More information about the Gcc-patches mailing list