diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/types.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index cad1832c652..3b6b354a4b0 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2009-03-17 Taco Hoekwater <taco@luatex.org> + + * types.h: Define kpse_debug_hash_lookup_int. + 2009-03-17 Peter Breitenlohner <peb@mppmu.mpg.de> * c-std.h, getopt.h: Avoid non-prototype declarations for C++. diff --git a/Build/source/texk/kpathsea/types.h b/Build/source/texk/kpathsea/types.h index 08ed01b89f0..6930824826d 100644 --- a/Build/source/texk/kpathsea/types.h +++ b/Build/source/texk/kpathsea/types.h @@ -271,6 +271,7 @@ extern kpathsea kpse_def; #define kpse_fallback_resolutions_string kpse_def_inst.fallback_resolutions_string #define kpse_fallback_resolutions kpse_def_inst.fallback_resolutions #define kpse_format_info kpse_def_inst.format_info +#define kpse_debug_hash_lookup_int kpse_def_inst.debug_hash_lookup_int #undef program_invocation_name #define program_invocation_name kpse_def_inst.invocation_name |