diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2023-07-29 17:38:44 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2023-07-29 17:38:44 +0000 |
commit | e40cc041223dc79a5874ddfb41cc6d525001d051 (patch) | |
tree | 18086311ee3df4533801b51f80f8b515f442775e /Build/source/texk/web2c/cwebdir/ctang-bs.ch | |
parent | 45239d907718f5ef942ea86302c6f219abe3263d (diff) |
[CWEB] Syntactic sugar.
See 'too_long()' macro in common.w.
git-svn-id: svn://tug.org/texlive/trunk@67762 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/ctang-bs.ch')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ctang-bs.ch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ctang-bs.ch b/Build/source/texk/web2c/cwebdir/ctang-bs.ch index bf4a443f1d1..b8de3d58d6a 100644 --- a/Build/source/texk/web2c/cwebdir/ctang-bs.ch +++ b/Build/source/texk/web2c/cwebdir/ctang-bs.ch @@ -27,7 +27,7 @@ is modified. @x Section 10. - for section names */ +@d ilk dummy.Ilk /* used by \.{CWEAVE} only */ @<Common code...@>= typedef struct name_info { @@ -36,7 +36,7 @@ typedef struct name_info { union { struct name_info *Rlink; /* right link in binary search tree for section names */ - char Ilk; /* used by identifiers in \.{CWEAVE} only */ + eight_bits Ilk; /* used by identifiers in \.{CWEAVE} only */ } dummy; void *equiv_or_xref; /* info corresponding to names */ } name_info; /* contains information about an identifier or section name */ @@ -52,7 +52,7 @@ 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 */ @y - for section names */ +@d ilk dummy.Ilk /* used by \.{CWEAVE} only */ @f huge extern @@ -63,7 +63,7 @@ typedef struct name_info { union { struct name_info *Rlink; /* right link in binary search tree for section names */ - char Ilk; /* used by identifiers in \.{CWEAVE} only */ + eight_bits Ilk; /* used by identifiers in \.{CWEAVE} only */ } dummy; union { char *equiv_member; |