diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-15 08:19:27 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-15 08:19:27 +0000 |
commit | 5ad5b475cc0211e3d48232660a9f1548ac2aadb5 (patch) | |
tree | 8828e1ca68606e563aede87ea2a699fcf60c8543 /Build/source/texk/makeindexk/mkind.h | |
parent | b9a895c295af055dfbc9599c2a763ed0d443d109 (diff) |
minor cleanup
git-svn-id: svn://tug.org/texlive/trunk@17034 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makeindexk/mkind.h')
-rw-r--r-- | Build/source/texk/makeindexk/mkind.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/makeindexk/mkind.h b/Build/source/texk/makeindexk/mkind.h index 882ab38ce2d..e034da8bc85 100644 --- a/Build/source/texk/makeindexk/mkind.h +++ b/Build/source/texk/makeindexk/mkind.h @@ -84,8 +84,8 @@ #endif #if USE_KPATHSEA -#ifndef DEBUG /* strange logic: makeindex uses DEBUG to force debugging */ -#define NO_DEBUG /* kpathsea uses NO_DEBUG to suppress it. */ +#ifndef DEBUG /* strange logic: makeindex uses DEBUG to force debugging */ +#define NO_DEBUG 1 /* kpathsea uses NO_DEBUG to suppress it. */ #endif #include <kpathsea/config.h> #include <kpathsea/c-limits.h> |