aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/mbchar.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 83fcca1..a0a0575 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-07 Mumit Khan <khan@NanoTech.Wisc.EDU>
+
+ * mbchar.c: Include config.h first.
+
2001-04-07 Zack Weinberg <zackw@stanford.edu>
* config.gcc: Set default for xmake_file at top, not bottom.
diff --git a/gcc/mbchar.c b/gcc/mbchar.c
index 71cc99c..f5f7bec 100644
--- a/gcc/mbchar.c
+++ b/gcc/mbchar.c
@@ -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>