summaryrefslogtreecommitdiff
path: root/Build/source/texk/makeindexk/mkind.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-02 00:00:01 +0000
committerKarl Berry <karl@freefriends.org>2010-11-02 00:00:01 +0000
commita9b2a790f635e283433247b2b347c67274c6d2b8 (patch)
tree61f0b5c9604c8a02b2e512cb804151effe545a80 /Build/source/texk/makeindexk/mkind.h
parent5c7ef6068414bffac572f3d5b0926e6c100628d2 (diff)
accept both LF and CRLF; from Taco
git-svn-id: svn://tug.org/texlive/trunk@20290 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makeindexk/mkind.h')
-rw-r--r--Build/source/texk/makeindexk/mkind.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/makeindexk/mkind.h b/Build/source/texk/makeindexk/mkind.h
index 9c2b6848f8c..3cd9d843787 100644
--- a/Build/source/texk/makeindexk/mkind.h
+++ b/Build/source/texk/makeindexk/mkind.h
@@ -225,7 +225,8 @@
#define ODD "odd"
#define ANY "any"
-#define GET_CHAR getc
+extern int mk_getc (FILE *str); /* line endings patch */
+#define GET_CHAR mk_getc
#define TOASCII(i) (char)((i) + 48)