summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/bibtex.ch
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-06-10 10:11:20 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-06-10 10:11:20 +0000
commit3bf8bde3bfe1d68a69b47c0a10762c64857b3517 (patch)
tree302a7ac76e9e3710befce65f006f25271f560bc5 /Build/source/texk/web2c/bibtex.ch
parent8ebcaa9987dc42aa6e5f6c71e32741d054d701bb (diff)
[BIBTEX] Another empty TeX part.
git-svn-id: svn://tug.org/texlive/trunk@55503 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/bibtex.ch')
-rw-r--r--Build/source/texk/web2c/bibtex.ch3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/bibtex.ch b/Build/source/texk/web2c/bibtex.ch
index c0cc4b74cde..6e04e796d38 100644
--- a/Build/source/texk/web2c/bibtex.ch
+++ b/Build/source/texk/web2c/bibtex.ch
@@ -637,12 +637,15 @@ end;
@z
@x [65] max_strings=hash_size settable at runtime.
+@
+@<Globals in the outer block@>=
@!hash_next : packed array[hash_loc] of hash_pointer; {coalesced-list link}
@!hash_text : packed array[hash_loc] of str_number; {pointer to a string}
@!hash_ilk : packed array[hash_loc] of str_ilk; {the type of string}
@!ilk_info : packed array[hash_loc] of integer; {|ilk|-specific info}
@!hash_used : hash_base..hash_max+1; {allocation pointer for hash table}
@y
+@ @<Globals in the outer block@>=
@!hash_next : ^hash_pointer; {coalesced-list link}
@!hash_text : ^str_number; {pointer to a string}
@!hash_ilk : ^str_ilk; {the type of string}