diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-07-26 16:24:38 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-07-26 16:24:38 +0000 |
commit | 63e707366de19030dbbdb9382b2df454f63f8a7c (patch) | |
tree | 8d606daef5037dbc00e15e36b696b4d866b4e658 /Build/source/texk/kpathsea/ChangeLog | |
parent | d6369e9ffc58cf0f712b63326de4b045525a68a7 (diff) |
kpathsea: More changes to reduce diffs with W32TeX
git-svn-id: svn://tug.org/texlive/trunk@23233 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 981844422b8..b479d4fb0b4 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -9,9 +9,10 @@ variable.c, xdirname.c, xgetcwd.c: Test for 2-Byte Kanji (CP 932, SJIS) codes. - * db.c (kpathsea_db_search, kpathsea_db_search_list): Cast - aliases to `void *' because MSVC warns for a `const_string *' - argument when expecting `void *'. + * db.c (kpathsea_db_search, kpathsea_db_search_list), + tex-file.c (kpathsea_set_suffixes_va_list, init_maketex): + Cast arg to `void *' because MSVC warns for a `const_string *' + arg when expecting `void *'. * config.h, db.c, hash.c: #define and use TRANSFORM. |