This is Shift-JIS patch for gcc 2.7.2. This patch allows you to use Shift-JIS encoded Japanese in a comment, string literal and character constant. MAKING: I tested the following work with djgpp v2 under Windows95 and expected non-build directory. If you had compiled before pating, you should clean all or reinstall gcc's source after deleting. 1. copy `fixmake.bat', `fixname.bat', `gcc272j.dif' into gnu/gcc-272 and change currnt directory to gnu/gcc-272 2. run `fixname.bat' to expand into long name 3. type `patch < gcc272j.dif' 4. run `configure' 5. edit `makefile' and `cp/makefile' e.g.) CFLAGS = -O2 -DMULTIBYTE_CHARS -DUSE_SJIS CLIB=-lmb 6. if you use `COMMAND.COM' as shell, run `fixmake.bat' 7. run `make' NOTE: This patch require some multibyte functions. You must get multibyte library before making. I recommend using the mbfunc 0.4.3 or later. Daisuke Aoyama jack@st.rim.or.jp