texlive[75065] Build/source/texk/web2c/cwebdir: [CWEB] Update #line

commits+ascherer at tug.org commits+ascherer at tug.org
Wed Apr 30 11:36:13 CEST 2025


Revision: 75065
          https://tug.org/svn/texlive?view=revision&revision=75065
Author:   ascherer
Date:     2025-04-30 11:36:13 +0200 (Wed, 30 Apr 2025)
Log Message:
-----------
[CWEB] Update #line numbers for recent changes in common.h.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/common.c
    trunk/Build/source/texk/web2c/cwebdir/ctangle.c

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2025-04-30 08:31:42 UTC (rev 75064)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2025-04-30 09:36:13 UTC (rev 75065)
@@ -7,7 +7,9 @@
 2025-04-18  Andreas Scherer  <https://ascherer.github.io>
 
 	* comm-w2c.h,
-	* common.h: Amend special characters.
+	* common.c,
+	* common.h,
+	* ctangle.c: Amend special characters.
 
 2025-04-17  Andreas Scherer  <https://ascherer.github.io>
 

Modified: trunk/Build/source/texk/web2c/cwebdir/common.c
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/common.c	2025-04-30 08:31:42 UTC (rev 75064)
+++ trunk/Build/source/texk/web2c/cwebdir/common.c	2025-04-30 09:36:13 UTC (rev 75065)
@@ -109,7 +109,7 @@
 extern int phase;
 
 /*:2*//*5:*/
-#line 77 "common.h"
+#line 92 "common.h"
 
 extern char section_text[];
 extern char*section_text_end;
@@ -117,7 +117,7 @@
 extern char*id_loc;
 
 /*:5*//*6:*/
-#line 95 "common.h"
+#line 110 "common.h"
 
 extern char buffer[];
 extern char*buffer_end;
@@ -125,7 +125,7 @@
 extern char*limit;
 
 /*:6*//*7:*/
-#line 112 "common.h"
+#line 127 "common.h"
 
 extern int include_depth;
 extern FILE*file[];
@@ -141,7 +141,7 @@
 extern bool web_file_open;
 
 /*:7*//*9:*/
-#line 132 "common.h"
+#line 147 "common.h"
 
 extern sixteen_bits section_count;
 extern bool changed_section[];
@@ -149,7 +149,7 @@
 extern bool print_where;
 
 /*:9*//*10:*/
-#line 147 "common.h"
+#line 162 "common.h"
 
 typedef struct name_info{
 char*byte_start;
@@ -174,12 +174,12 @@
 extern hash_pointer hash_ptr;
 
 /*:10*//*12:*/
-#line 192 "common.h"
+#line 207 "common.h"
 
 extern int history;
 
 /*:12*//*14:*/
-#line 210 "common.h"
+#line 225 "common.h"
 
 extern int argc;
 extern char**argv;
@@ -190,7 +190,7 @@
 extern bool flags[];
 
 /*:14*//*15:*/
-#line 224 "common.h"
+#line 239 "common.h"
 
 extern FILE*C_file;
 extern FILE*tex_file;
@@ -314,7 +314,7 @@
 extern void common_init(void);
 
 /*:3*//*8:*/
-#line 126 "common.h"
+#line 141 "common.h"
 
 extern bool get_line(void);
 extern void check_complete(void);
@@ -321,7 +321,7 @@
 extern void reset_input(void);
 
 /*:8*//*11:*/
-#line 170 "common.h"
+#line 185 "common.h"
 
 extern name_pointer id_lookup(const char*,const char*,eight_bits);
 
@@ -335,7 +335,7 @@
 extern void init_node(name_pointer);
 
 /*:11*//*13:*/
-#line 195 "common.h"
+#line 210 "common.h"
 
 extern int wrap_up(void);
 extern void err_print(const char*);

Modified: trunk/Build/source/texk/web2c/cwebdir/ctangle.c
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctangle.c	2025-04-30 08:31:42 UTC (rev 75064)
+++ trunk/Build/source/texk/web2c/cwebdir/ctangle.c	2025-04-30 09:36:13 UTC (rev 75065)
@@ -133,7 +133,7 @@
 extern int phase;
 
 /*:3*//*6:*/
-#line 77 "common.h"
+#line 92 "common.h"
 
 extern char section_text[];
 extern char*section_text_end;
@@ -141,7 +141,7 @@
 extern char*id_loc;
 
 /*:6*//*7:*/
-#line 95 "common.h"
+#line 110 "common.h"
 
 extern char buffer[];
 extern char*buffer_end;
@@ -149,7 +149,7 @@
 extern char*limit;
 
 /*:7*//*8:*/
-#line 112 "common.h"
+#line 127 "common.h"
 
 extern int include_depth;
 extern FILE*file[];
@@ -165,7 +165,7 @@
 extern bool web_file_open;
 
 /*:8*//*10:*/
-#line 132 "common.h"
+#line 147 "common.h"
 
 extern sixteen_bits section_count;
 extern bool changed_section[];
@@ -173,7 +173,7 @@
 extern bool print_where;
 
 /*:10*//*11:*/
-#line 147 "common.h"
+#line 162 "common.h"
 
 typedef struct name_info{
 char*byte_start;
@@ -198,12 +198,12 @@
 extern hash_pointer hash_ptr;
 
 /*:11*//*13:*/
-#line 192 "common.h"
+#line 207 "common.h"
 
 extern int history;
 
 /*:13*//*15:*/
-#line 210 "common.h"
+#line 225 "common.h"
 
 extern int argc;
 extern char**argv;
@@ -214,7 +214,7 @@
 extern bool flags[];
 
 /*:15*//*16:*/
-#line 224 "common.h"
+#line 239 "common.h"
 
 extern FILE*C_file;
 extern FILE*tex_file;
@@ -330,7 +330,7 @@
 extern void common_init(void);
 
 /*:4*//*9:*/
-#line 126 "common.h"
+#line 141 "common.h"
 
 extern bool get_line(void);
 extern void check_complete(void);
@@ -337,7 +337,7 @@
 extern void reset_input(void);
 
 /*:9*//*12:*/
-#line 170 "common.h"
+#line 185 "common.h"
 
 extern name_pointer id_lookup(const char*,const char*,eight_bits);
 
@@ -351,7 +351,7 @@
 extern void init_node(name_pointer);
 
 /*:12*//*14:*/
-#line 195 "common.h"
+#line 210 "common.h"
 
 extern int wrap_up(void);
 extern void err_print(const char*);



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