diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-23 18:08:10 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-23 18:08:10 +0000 |
commit | aab240f546065b975ef7db0921190396bd3984fb (patch) | |
tree | d7a000bebe9c456dd26d99f503364b9f29fb4968 /bin | |
parent | 33a9f13a32a88e23c4bffbf39a386772586329fc (diff) | |
download | FreeBSD-src-aab240f546065b975ef7db0921190396bd3984fb.zip FreeBSD-src-aab240f546065b975ef7db0921190396bd3984fb.tar.gz |
MBYTEDEBUG not needed for "WANT_KANJI"
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/csh/config.h | 1 | ||||
-rw-r--r-- | bin/csh/config_p.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bin/csh/config.h b/bin/csh/config.h index 7de7af6..23a2585 100644 --- a/bin/csh/config.h +++ b/bin/csh/config.h @@ -156,7 +156,6 @@ #ifdef WANT_KANJI #define KANJI #define DSPMBYTE -#define MBYTEDEBUG #endif #endif /* _h_config */ diff --git a/bin/csh/config_p.h b/bin/csh/config_p.h index 7de7af6..23a2585 100644 --- a/bin/csh/config_p.h +++ b/bin/csh/config_p.h @@ -156,7 +156,6 @@ #ifdef WANT_KANJI #define KANJI #define DSPMBYTE -#define MBYTEDEBUG #endif #endif /* _h_config */ |