aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMumit Khan <khan@NanoTech.Wisc.EDU>2001-04-07 22:39:10 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-04-07 22:39:10 +0000
commitf02250991d0670c3e79b73ba6617e6abd6e1417c (patch)
treeda6eb052dc4e0e2000d9a170adc1deaccae9b1a9 /gcc
parentb6d7afec45c2c8f03baaf0a8324f047095e5632b (diff)
downloadgcc-f02250991d0670c3e79b73ba6617e6abd6e1417c.zip
gcc-f02250991d0670c3e79b73ba6617e6abd6e1417c.tar.gz
gcc-f02250991d0670c3e79b73ba6617e6abd6e1417c.tar.bz2
* mbchar.c: Include config.h first.
From-SVN: r41182
Diffstat (limited to 'gcc')
-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>