projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6d7afe
)
* mbchar.c: Include config.h first.
author
Mumit Khan
<khan@NanoTech.Wisc.EDU>
Sat, 7 Apr 2001 22:39:10 +0000
(22:39 +0000)
committer
Neil Booth
<neil@gcc.gnu.org>
Sat, 7 Apr 2001 22:39:10 +0000
(22:39 +0000)
From-SVN: r41182
gcc/ChangeLog
patch
|
blob
|
history
gcc/mbchar.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 83fcca16de14343b2a7e04f15fddaa92aff691da..a0a05757dc8cea6be0fb2d0693826469cee84744 100644
(file)
--- 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 71cc99c230a25069409ac8e0193313d13fb95863..f5f7beca4c60dace2db1f3d2d81e4a25c85c50e7 100644
(file)
--- 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>