diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-15 13:07:46 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-15 13:07:46 +0000 |
commit | 3c2e5049151ba3df2d947ccf3b05cf35a8c16e0b (patch) | |
tree | 254f96768fd806e91a9677a9a89433cea538ed46 /Build/source/texk/kpathsea/hash.c | |
parent | 8b1f5cca2d634e49806f63b38fb638f3448c591d (diff) |
build fixes: avoid C99isms (declaration after statement), from Vladimir
git-svn-id: svn://tug.org/texlive/trunk@13098 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/hash.c')
-rw-r--r-- | Build/source/texk/kpathsea/hash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/hash.c b/Build/source/texk/kpathsea/hash.c index 02bcb865d97..f67b71bb230 100644 --- a/Build/source/texk/kpathsea/hash.c +++ b/Build/source/texk/kpathsea/hash.c @@ -182,6 +182,7 @@ hash_lookup (hash_table_type table, const_string key) #ifdef KPSE_DEBUG #if defined (KPSE_COMPAT_API) + { kpathsea kpse = kpse_def; if (KPATHSEA_DEBUG_P (KPSE_DEBUG_HASH)) { @@ -203,6 +204,7 @@ hash_lookup (hash_table_type table, const_string key) } fflush (stderr); } + } #endif #endif |