summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/knj.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-27 09:29:16 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-27 09:29:16 +0000
commita5f505fa400aa240740da0daee3c527b2e63934c (patch)
tree4b621d6db65ebd663d4c17168ef0177b7adc835b /Build/source/texk/kpathsea/knj.h
parent346aff338a7fec88ff3bd32c082630f5a33fad1f (diff)
kpathsea: More changes to reduce diffs with W32TeX
git-svn-id: svn://tug.org/texlive/trunk@23251 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/knj.h')
-rw-r--r--Build/source/texk/kpathsea/knj.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/knj.h b/Build/source/texk/kpathsea/knj.h
index 710bd154304..8faf391fb29 100644
--- a/Build/source/texk/kpathsea/knj.h
+++ b/Build/source/texk/kpathsea/knj.h
@@ -23,6 +23,7 @@ extern KPSEDLL int is_cp932_system;
extern KPSEDLL int isknj(int c);
extern KPSEDLL int isknj2(int c);
+/* True if P points to a 2-Byte Kanji (CP 932, SJIS) code. */
#define IS_KANJI(p) is_cp932_system && isknj(*(p)) && isknj2(*(p+1))
#endif /* not KPATHSEA_KNJ_H */