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

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


Revision: 71496
          https://tug.org/svn/texlive?view=revision&revision=71496
Author:   ascherer
Date:     2024-06-12 10:40:22 +0200 (Wed, 12 Jun 2024)
Log Message:
-----------
[HiTeX] Indent tabular material.

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:19 UTC (rev 71495)
+++ trunk/Build/source/texk/web2c/hitexdir/hitex.w	2024-06-12 08:40:22 UTC (rev 71496)
@@ -32323,7 +32323,7 @@
 not warrant having the mapping in both directions.
 
 @<Hi\TeX\ variables@>=
-static const int hmap_int[] ={@/
+static const int hmap_int[] ={@t\1\1@>@/
 pretolerance_no,  /* |pretolerance_code| 0 */
 tolerance_no,  /* |tolerance_code| 1 */
 line_penalty_no,  /* |line_penalty_code| 2 */
@@ -32366,7 +32366,7 @@
 -1,  /* |output_penalty_code| 39 */
 -1,  /* |max_dead_cycles_code| 40 */
 hang_after_no,  /* |hang_after_code| 41*/
-floating_penalty_no  /* |floating_penalty_code|	42*/
+ at t\2\2@> floating_penalty_no  /* |floating_penalty_code| 42*/
 };
 
 
@@ -32421,7 +32421,7 @@
 @<Hi\TeX\ variables@>=
 static scaled dimen_defined[0x100]={0};
 @ @<Hi\TeX\ variables@>=
-static const int hmap_dimen[] ={@/
+static const int hmap_dimen[] ={@t\1\1@>@/
   -1, /* |par_indent_code| 0 */
   -1,  /* |math_surround_code| 1 */
   line_skip_limit_no,  /* |line_skip_limit_code| 2 */
@@ -32442,7 +32442,7 @@
   hang_indent_no,  /* |hang_indent_code| 17 */
   -1, /* |h_offset_code| 18 */
   -1,  /* |v_offset_code| 19 */
-  emergency_stretch_no /* |emergency_stretch_code| 20 */
+  @t\2\2@> emergency_stretch_no /* |emergency_stretch_code| 20 */
 };
 @ @<Fix definitions for dimension parameters@>=
   dimen_defined[zero_dimen_no]=0;
@@ -32548,8 +32548,7 @@
 @<Hi\TeX\ variables@>=
 static pointer glue_defined[0x100];
 @ @<Hi\TeX\ variables@>=
-static int hmap_glue[] ={
-
+static int hmap_glue[] ={@t\1\1@>@/
 line_skip_no,  /* |line_skip_code| 0 */
 baseline_skip_no,  /* |baseline_skip_code| 1 */
 -1,  /* |par_skip_code| 2 */
@@ -32564,7 +32563,7 @@
 tab_skip_no,  /* |tab_skip_code| 11 */
 -1,  /* |space_skip_code| 12 */
 -1,  /* |xspace_skip_code| 13 */
-par_fill_skip_no  /* |par_fill_skip_code| 14 */
+ at t\2\2@> par_fill_skip_no  /* |par_fill_skip_code| 14 */
 };
 @ @<Fix definitions for glue parameters@>=
   glue_defined[zero_skip_no]=zero_glue; incr(glue_ref_count(zero_glue));
@@ -34395,7 +34394,7 @@
 extern int option_compress;
 extern unsigned int debugflags;
 
-static struct option long_options[] = {@/
+static struct option long_options[] = {@t\1\1@>@/
       { "help",                      0, 0, 0 },@/
       { "version",                   0, 0, 0 },@/
       { "interaction",               1, 0, 0 },@/
@@ -34426,9 +34425,9 @@
       { "hint-debug",                1, 0, 0 },@/
       { "hint-debug-help",           0, 0, 0 },@/
 #endif
-      { 0, 0, 0, 0 }@+}@+;
+ at t\2\2@> { 0, 0, 0, 0 } @/
+};
 
-
 @ Parsing the command line options is accomplished with the
 |parse_options| function which in turn uses the |getopt_long_only|
 function from the \CEE/ library. This function returns 0 and sets the
@@ -35109,7 +35108,7 @@
 while (optind < argc) input_add_str(argv[optind++]);
 loc=first;
 return (loc < last);
- at + }
+}
 
 @ @<Forward declarations@>=
 static int input_command_line(void);



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