Skip to content

Commit

Permalink
[CWEB] Extend 'ministring_buf' for 'mmotype.{w,ch} (MMIX).
Browse files Browse the repository at this point in the history
This fixes ascherer/cwebbin#64 (CWEBbin).

git-svn-id: svn://tug.org/texlive/trunk/Build/source@67107 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
Andreas Scherer committed May 14, 2023
1 parent cad4232 commit 4bf36f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion texk/web2c/cwebdir/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

* ctwill-mini.ch,
* ctwill-w2c.ch: Reshuffle fix for CTWILL;
permit '$' in C identifiers (from ctangle.w).
permit '$' in C identifiers (from ctangle.w);
extend 'ministring_buf' for 'mmotype.{w,ch}' (MMIX).

2023-05-13 Andreas Scherer <https://ascherer.github.io>

Expand Down
8 changes: 4 additions & 4 deletions texk/web2c/cwebdir/ctwill-mini.ch
Original file line number Diff line number Diff line change
Expand Up @@ -2012,18 +2012,18 @@ The current meaning of every identifier is initially `\.{\\uninitialized}'.
@z
@x
must have fewer than 50 characters. If the \TeX\ part starts
must have fewer than 80 characters. If the \TeX\ part starts
@y
must have fewer than 50 characters.
must have fewer than 80 characters.
@d max_tex_chars 50 /* limit on the \TeX\ part of a meaning */
@d max_tex_chars 80 /* limit on the \TeX\ part of a meaning */
@-s@>
@ If the \TeX\ part starts
@z
@x
@d max_tex_chars 50 /* limit on the \TeX\ part of a meaning */
@d max_tex_chars 80 /* limit on the \TeX\ part of a meaning */
@y
@z
Expand Down
4 changes: 2 additions & 2 deletions texk/web2c/cwebdir/ctwill-w2c.ch
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ things you don't like.
The meaning specified by \.{@@\$...@@>} generally has four components:
an identifier (followed by space), a program name (enclosed in braces),
a section number (followed by space), and a \TeX\ part. The \TeX\ part
must have fewer than 50 characters. If the \TeX\ part starts
must have fewer than 80 characters. If the \TeX\ part starts
with `\.=', the mini-index entry will contain an equals sign instead
of a colon; for example,
$$\.{@@\$buf\_size \{PROG\}10 =\\T\{200\}@@>}$$
Expand Down Expand Up @@ -1498,7 +1498,7 @@ which are quite different from the change files you set up for tangling.

(End of user manual.)

@d max_tex_chars 50 /* limit on the \TeX\ part of a meaning */
@d max_tex_chars 80 /* limit on the \TeX\ part of a meaning */

@q Section 25->273. @>
@* Temporary and permanent meanings.
Expand Down

0 comments on commit 4bf36f1

Please sign in to comment.