summaryrefslogtreecommitdiff
path: root/Build/source/texk/makeindexk/mkind.h
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2021-09-19 08:43:57 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2021-09-19 08:43:57 +0000
commit392722d6043c2ebbecdb215ca953b477b2829d45 (patch)
treee2871ff00166d93e4890c1a2dfe5f6e5b2e15989 /Build/source/texk/makeindexk/mkind.h
parent07310d6f9b9d530827e154620141a9c62cac5eda (diff)
makeindex: improve detection of page number types
git-svn-id: svn://tug.org/texlive/trunk@60547 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makeindexk/mkind.h')
-rw-r--r--Build/source/texk/makeindexk/mkind.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/makeindexk/mkind.h b/Build/source/texk/makeindexk/mkind.h
index 596637ecfa0..2860bbc03c5 100644
--- a/Build/source/texk/makeindexk/mkind.h
+++ b/Build/source/texk/makeindexk/mkind.h
@@ -343,9 +343,9 @@ If any array overflows, please report to tex-k@tug.org.
/*====================================================================*/
#if USE_KPATHSEA
-#define VERSION "version 2.15 [TeX Live " TEX_LIVE_VERSION "] (kpathsea + Thai support)"
+#define VERSION "version 2.16 [TeX Live " TEX_LIVE_VERSION "] (kpathsea + Thai support)"
#else
-#define VERSION "version 2.15 [20-Nov-2007] (with Thai support)"
+#define VERSION "version 2.16 [19-Sep-2021] (with Thai support)"
#endif
#define PUT_VERSION { \
@@ -428,6 +428,7 @@ extern char idx_escape;
extern char page_comp[ARRAY_MAX];
extern int page_offset[PAGETYPE_MAX];
+extern char page_prec[ARRAY_MAX];
extern char preamble[ARRAY_MAX];
extern char postamble[ARRAY_MAX];