diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-08-01 14:28:58 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-08-01 14:28:58 +0000 |
commit | 08cfcfc786b9886a03b8ebbf790716d724d41014 (patch) | |
tree | d3e4b19986fc38ffd9a4fd98a82137276f4bf859 /Build/source/texk/kpathsea/knj.c | |
parent | dced0f61f3eb8e164594fafc628ac7d8f97eacaf (diff) |
kpathsea: win32 update
git-svn-id: svn://tug.org/texlive/trunk@23302 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/knj.c')
-rw-r--r-- | Build/source/texk/kpathsea/knj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/knj.c b/Build/source/texk/kpathsea/knj.c index 4feddbc1d40..a4fcd3a6d91 100644 --- a/Build/source/texk/kpathsea/knj.c +++ b/Build/source/texk/kpathsea/knj.c @@ -17,7 +17,7 @@ #include <kpathsea/config.h> -KPSEDLL int is_cp932_system; +int is_cp932_system; int isknj(int c) { |