From: Mumit Khan Date: Sat, 7 Apr 2001 22:39:10 +0000 (+0000) Subject: * mbchar.c: Include config.h first. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f02250991d0670c3e79b73ba6617e6abd6e1417c;p=gcc.git * mbchar.c: Include config.h first. From-SVN: r41182 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 83fcca16de1..a0a05757dc8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-04-07 Mumit Khan + + * mbchar.c: Include config.h first. + 2001-04-07 Zack Weinberg * config.gcc: Set default for xmake_file at top, not bottom. diff --git a/gcc/mbchar.c b/gcc/mbchar.c index 71cc99c230a..f5f7beca4c6 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