* mbchar.c: Include config.h first.

From-SVN: r41182
This commit is contained in:
Mumit Khan 2001-04-07 22:39:10 +00:00 committed by Neil Booth
parent b6d7afec45
commit f02250991d
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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>