From b8d362466a8e4c679b09c8044f85073655bd7ff4 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Fri, 27 Jul 2012 07:27:29 +0000 Subject: makeindexk: Use binary mode for input and output (from W32TeX) Add a new file with the qqsort() prototype Add a new test case git-svn-id: svn://tug.org/texlive/trunk@27192 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/makeindexk/qsort.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Build/source/texk/makeindexk/qsort.c') diff --git a/Build/source/texk/makeindexk/qsort.c b/Build/source/texk/makeindexk/qsort.c index 9e98c4a240b..f784980989a 100644 --- a/Build/source/texk/makeindexk/qsort.c +++ b/Build/source/texk/makeindexk/qsort.c @@ -15,8 +15,7 @@ * bytes. The MTHREShold is where we stop finding a better median. */ -/* #include -- mkind.h includes this */ -#include "mkind.h" /* only for type declarations */ +#include "qsort.h" #define THRESH 4 /* threshold for insertion */ #define MTHRESH 6 /* threshold for median */ -- cgit v1.2.3