diff options
| author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-07 22:39:10 +0000 |
|---|---|---|
| committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-07 22:39:10 +0000 |
| commit | 50c0136876724adb9f71b44a91edb47e9159c1ca (patch) | |
| tree | da6eb052dc4e0e2000d9a170adc1deaccae9b1a9 | |
| parent | 20ffb0b187da8373a877ef0a30a28bab24767657 (diff) | |
| download | ppe42-gcc-50c0136876724adb9f71b44a91edb47e9159c1ca.tar.gz ppe42-gcc-50c0136876724adb9f71b44a91edb47e9159c1ca.zip | |
* mbchar.c: Include config.h first.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41182 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/mbchar.c | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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 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 <locale.h> |

