texlive[71495] Build/source/texk/web2c/hitexdir/hitex.w: [HiTeX]

commits+ascherer at tug.org commits+ascherer at tug.org
Wed Jun 12 10:40:19 CEST 2024


Revision: 71495
          https://tug.org/svn/texlive?view=revision&revision=71495
Author:   ascherer
Date:     2024-06-12 10:40:19 +0200 (Wed, 12 Jun 2024)
Log Message:
-----------
[HiTeX] Format start of section.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/hitexdir/hitex.w

Modified: trunk/Build/source/texk/web2c/hitexdir/hitex.w
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/hitex.w	2024-06-12 08:40:17 UTC (rev 71494)
+++ trunk/Build/source/texk/web2c/hitexdir/hitex.w	2024-06-12 08:40:19 UTC (rev 71495)
@@ -32014,7 +32014,7 @@
   for (p=link(prev_p); p!=null; prev_p=p,p=link(p))
     if (setpage_id(p)==i) break;
   if (p==null)
-    @<allocate a new |setpage_node| |p|@>@;
+    @<Allocate a new |setpage_node| |p|@>@;
   else
     link(prev_p)=link(p);
   link(p)=link(setpage_head);
@@ -32021,8 +32021,7 @@
   link(setpage_head)=p;
   return p;
 }
-@
-@<allocate a new |setpage_node| |p|@>=
+@ @<Allocate a new |setpage_node| |p|@>=
 { p=get_node(setpage_node_size);type(p)=whatsit_node;subtype(p)=setpage_node;
   setpage_number(p)=max_ref[page_kind]=++max_page;
   setpage_id(p)=i;



More information about the tex-live-commits mailing list.