Skip to content

Commit

Permalink
Fix issue #64.
Browse files Browse the repository at this point in the history
Extend the size of 'ministring_buf' for 'mmotype.{w,ch}'.
  • Loading branch information
ascherer committed May 14, 2023
1 parent e2fcf0a commit 9c830ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 cweav-twill.ch
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,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 @@ -944,7 +944,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 9c830ca

Please sign in to comment.