From 3cfd0f2fc12bdff5fd0b587fa98a655805eff75b Mon Sep 17 00:00:00 2001 From: wl Date: Tue, 7 Apr 2009 06:02:52 +0000 Subject: Make multiple automatically cached tables work. * hdtbl.tmac (ETB, t*free): Correct two typos, fixing register incrementation. --- contrib/hdtbl/ChangeLog | 5 +++++ contrib/hdtbl/hdtbl.tmac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/hdtbl/ChangeLog b/contrib/hdtbl/ChangeLog index 1980b86f..5323d504 100644 --- a/contrib/hdtbl/ChangeLog +++ b/contrib/hdtbl/ChangeLog @@ -1,3 +1,8 @@ +2009-04-05 Joachim Walsdorff + + * hdtbl.tmac (ETB, t*free): Correct two typos, fixing register + incrementation. + 2009-01-04 Werner LEMBERG * Makefile.sub (CLEANADD): Add hdmisc.tmac-s and hdtbl.tmac-s. diff --git a/contrib/hdtbl/hdtbl.tmac b/contrib/hdtbl/hdtbl.tmac index 5182ba6a..9b0f2066 100644 --- a/contrib/hdtbl/hdtbl.tmac +++ b/contrib/hdtbl/hdtbl.tmac @@ -476,7 +476,7 @@ along with this program. If not, see . . ie (\\n[.t] - \\n[dn]) \ . DI t*tbl0 . el \{\ -. rn t*tbl0 t*tbl\\n[t*numb] +. rn t*tbl0 t*tbl\\n+[t*numb] . ds t*kept \\*[t*kept] t*tbl\\n[t*numb] \\n[dn]\" . \} . \} @@ -519,7 +519,7 @@ along with this program. If not, see . . return . \} . -. nr ** (\\$1 >? 1) +. nr ** (\\$1 >? 1) 1 . while !""\\*[t*held]" \{\ . pops * t*held . popr * t*held -- cgit v1.2.1