diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-17 23:10:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-17 23:10:43 +0000 |
commit | 0391d3c497fbcb5a141be72868fa43918aed6a41 (patch) | |
tree | fe71401b8058d21bc22d8fb13238545b05ac385b /Build/source/texk/makeindexk/ChangeLog | |
parent | 0e8507b3ae5ce3950803002c45ba2ebfbde976a8 (diff) |
more commentary on uninitialized let
git-svn-id: svn://tug.org/texlive/trunk@13795 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makeindexk/ChangeLog')
-rw-r--r-- | Build/source/texk/makeindexk/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/makeindexk/ChangeLog b/Build/source/texk/makeindexk/ChangeLog index 377baa8d108..36d3f40f523 100644 --- a/Build/source/texk/makeindexk/ChangeLog +++ b/Build/source/texk/makeindexk/ChangeLog @@ -5,7 +5,7 @@ * genind.c (new_entry): initialize let to -1. It will be reassigned if it is actually used, as far as I can make out the - overcomplex condition. + overcomplex condition and usage in put_header. 2009-06-12 Peter Breitenlohner <peb@mppmu.mpg.de> |