diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-18 11:47:01 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-18 11:47:01 +0000 |
commit | 1a945a5c063056ab274b6a24d9edc98bbc6b1c93 (patch) | |
tree | 14d8d1ec8bad0c6777bc9c603e86f427a28b9629 /Build/source/texk/kpathsea/config.h | |
parent | 5903889d012518aa9dfd9cb58e6ca2186a675b49 (diff) |
kpathsea: Version 6.2.1dev for TL 2014
Avoid useless char subscript warnings
git-svn-id: svn://tug.org/texlive/trunk@34284 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/config.h')
-rw-r--r-- | Build/source/texk/kpathsea/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/config.h b/Build/source/texk/kpathsea/config.h index 067777ab584..d9a1948b66a 100644 --- a/Build/source/texk/kpathsea/config.h +++ b/Build/source/texk/kpathsea/config.h @@ -88,7 +88,7 @@ #include <kpathsea/c-std.h> /* <stdio.h>, <math.h>, etc. */ #endif -#include <kpathsea/c-proto.h> /* Macros to discard or keep prototypes. */ +#include <kpathsea/c-proto.h> /* KPSEDLL. */ /* This must be included after "c-proto.h" |