From ccc562242b2a63a4435d55f5ce7b476852c61c5a Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Sun, 14 May 2023 16:09:36 +0200 Subject: [PATCH] Fix issue #64. Extend the size of 'ministring_buf' for 'mmotype.{w,ch}'. --- ctwill-mini.ch | 8 ++++---- cweav-twill.ch | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ctwill-mini.ch b/ctwill-mini.ch index a5e34314..59fbadab 100644 --- a/ctwill-mini.ch +++ b/ctwill-mini.ch @@ -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 diff --git a/cweav-twill.ch b/cweav-twill.ch index 23c288b2..ee18df05 100644 --- a/cweav-twill.ch +++ b/cweav-twill.ch @@ -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\}@@>}$$ @@ -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.