]> gcc.gnu.org Git - gcc.git/commitdiff
* mbchar.c: Include config.h first.
authorMumit Khan <khan@NanoTech.Wisc.EDU>
Sat, 7 Apr 2001 22:39:10 +0000 (22:39 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 7 Apr 2001 22:39:10 +0000 (22:39 +0000)
From-SVN: r41182

gcc/ChangeLog
gcc/mbchar.c

index 83fcca16de14343b2a7e04f15fddaa92aff691da..a0a05757dc8cea6be0fb2d0693826469cee84744 100644 (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.
index 71cc99c230a25069409ac8e0193313d13fb95863..f5f7beca4c60dace2db1f3d2d81e4a25c85c50e7 100644 (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>
This page took 0.076723 seconds and 5 git commands to generate.