summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/common.h
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2021-02-16 20:44:07 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2021-02-16 20:44:07 +0000
commit36a155c5782a22bcb5bd256ba9f77cbc2103e9dc (patch)
treecdb48a096d770a6ee97d41724c1f63d5338ed903 /Build/source/texk/web2c/cwebdir/common.h
parent9f1654c494e18bac10f70696dd3fba23b92d1cf9 (diff)
[CWEB] Commit upstream source modules as well.
These are _not_ used in TeX Live anyway. git-svn-id: svn://tug.org/texlive/trunk@57764 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/common.h')
-rw-r--r--Build/source/texk/web2c/cwebdir/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/cwebdir/common.h b/Build/source/texk/web2c/cwebdir/common.h
index 662ce240332..650f164a7ff 100644
--- a/Build/source/texk/web2c/cwebdir/common.h
+++ b/Build/source/texk/web2c/cwebdir/common.h
@@ -115,10 +115,10 @@ typedef name_info *name_pointer; /* pointer into array of \&{name\_info}s */
typedef name_pointer *hash_pointer;
extern char byte_mem[]; /* characters of names */
extern char *byte_mem_end; /* end of |byte_mem| */
+extern char *byte_ptr; /* first unused position in |byte_mem| */
extern name_info name_dir[]; /* information about names */
extern name_pointer name_dir_end; /* end of |name_dir| */
extern name_pointer name_ptr; /* first unused position in |name_dir| */
-extern char *byte_ptr; /* first unused position in |byte_mem| */
extern name_pointer hash[]; /* heads of hash lists */
extern hash_pointer hash_end; /* end of |hash| */
extern hash_pointer h; /* index into hash-head array */