Commit f0225099 by Mumit Khan Committed by Neil Booth

* mbchar.c: Include config.h first.

From-SVN: r41182
parent b6d7afec
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.
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment