[patch] --enable-c-mbchar trivial tweak

Mumit Khan khan@NanoTech.Wisc.EDU
Fri Apr 6 21:07:00 GMT 2001


The following is needed when bootstrapping with --enable-c-mbchar. 

2001-04-06  Mumit Khan  <khan@nanotech.wisc.edu>

	* mbchar.c: Include config.h first.

Index: mbchar.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/mbchar.c,v
retrieving revision 1.7
diff -u -3 -p -r1.7 mbchar.c
--- mbchar.c	2000/05/04 04:38:00	1.7
+++ mbchar.c	2001/04/07 03:25:47
@@ -29,8 +29,8 @@ Boston, MA 02111-1307, USA.  */
    leaves the source character values unchanged (except for removing the
    state shifting markers).  */
 
-#ifdef MULTIBYTE_CHARS
 #include "config.h"
+#ifdef MULTIBYTE_CHARS
 #include "system.h"
 #include "mbchar.h"
 #include <locale.h>


Regards,
Mumit




More information about the Gcc-patches mailing list