diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2023-11-18 23:49:15 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2023-11-18 23:49:15 +0000 |
commit | 8f475e713d296721250c2d0527a1c9aca3dd4146 (patch) | |
tree | f388bedfa315f004152376dff024bdae828ed146 /Build | |
parent | a6418a0cd9a58a10a16c76aa25d16c67b78f2bbe (diff) |
[CWEB] Ungroup.
The local 'c' has moved.
git-svn-id: svn://tug.org/texlive/trunk@68896 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/cweave.w | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/cwebdir/cweave.w b/Build/source/texk/web2c/cwebdir/cweave.w index 2f664c153aa..f3e24eb483f 100644 --- a/Build/source/texk/web2c/cwebdir/cweave.w +++ b/Build/source/texk/web2c/cwebdir/cweave.w @@ -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) { @@ -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 |