Skip to content

Commit

Permalink
[CWEB] Ungroup.
Browse files Browse the repository at this point in the history
The local 'c' has moved.

git-svn-id: svn://tug.org/texlive/trunk/Build/source@68896 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
Andreas Scherer committed Nov 18, 2023
1 parent f43d2f9 commit 999327b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions texk/web2c/cwebdir/cweave.w
Original file line number Diff line number Diff line change
Expand Up @@ -4606,7 +4606,7 @@ static name_pointer blink[max_names]; /* links in the buckets */
@ To begin the sorting, we go through all the hash lists and put each entry
having a nonempty cross-reference list into the proper bucket.

@<Do the first pass...@>= {
@<Do the first pass...@>=
for (hash_ptr=hash; hash_ptr<=hash_end; hash_ptr++) {
next_name=*hash_ptr;
while (next_name) {
Expand All @@ -4618,7 +4618,6 @@ for (hash_ptr=hash; hash_ptr<=hash_end; hash_ptr++) {
}
}
}
}

@ During the sorting phase we shall use the |cat| and |trans| arrays from
\.{CWEAVE}'s parsing algorithm and rename them |depth| and |head|. They now
Expand Down

0 comments on commit 999327b

Please sign in to comment.