diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2022-02-15 19:03:01 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2022-02-15 19:03:01 +0000 |
commit | 9ceae9112edf79ad2e5b193ea89a9eed2c1d596b (patch) | |
tree | dcea7333b168c4eac4f4856431f08ac062c38522 /Build/source | |
parent | 3d518ea751f3a003f6b82be2990449389f21871a (diff) |
[CWEB] Rebuild the CWEB boot sources.
git-svn-id: svn://tug.org/texlive/trunk@62035 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 3 | ||||
-rw-r--r-- | Build/source/texk/web2c/ctangleboot.cin | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebboot.cin | 10 |
3 files changed, 16 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 8e452dde31a..5ddda8fe73a 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,5 +1,6 @@ -2022-02-14 Andreas Scherer <https://ascherer.github.io> +2022-02-15 Andreas Scherer <https://ascherer.github.io> + * cwebboot.cin, * ctangleboot.bin: Add '#line' after '#endif'. 2022-02-11 Andreas Scherer <https://ascherer.github.io> diff --git a/Build/source/texk/web2c/ctangleboot.cin b/Build/source/texk/web2c/ctangleboot.cin index edb33142047..45e0de89ab6 100644 --- a/Build/source/texk/web2c/ctangleboot.cin +++ b/Build/source/texk/web2c/ctangleboot.cin @@ -15,12 +15,16 @@ #ifndef HAVE_GETTEXT #define HAVE_GETTEXT 0 #endif +#line 65 "cwebdir/comm-w2c.h" + #if HAVE_GETTEXT #include <libintl.h> #else #define gettext(a) a #endif +#line 71 "cwebdir/comm-w2c.h" + /*:4*/ #line 67 "cwebdir/ctangle.w" diff --git a/Build/source/texk/web2c/cwebboot.cin b/Build/source/texk/web2c/cwebboot.cin index 29a1c3fe915..c8d9ecc3ea0 100644 --- a/Build/source/texk/web2c/cwebboot.cin +++ b/Build/source/texk/web2c/cwebboot.cin @@ -15,12 +15,16 @@ #ifndef HAVE_GETTEXT #define HAVE_GETTEXT 0 #endif +#line 65 "cwebdir/comm-w2c.h" + #if HAVE_GETTEXT #include <libintl.h> #else #define gettext(a) a #endif +#line 71 "cwebdir/comm-w2c.h" + /*:3*//*91:*/ #line 739 "cwebdir/comm-w2c.ch" @@ -32,6 +36,8 @@ #define bindtextdomain(a,b) "" #define textdomain(a) "" #endif +#line 746 "cwebdir/comm-w2c.ch" + /*:91*//*93:*/ #line 786 "cwebdir/comm-w2c.ch" @@ -408,6 +414,8 @@ string texmf_locale; #ifndef SEPARATORS #define SEPARATORS "://" #endif +#line 647 "cwebdir/comm-w2c.ch" + char separators[]= SEPARATORS; /*:87*/ @@ -1419,6 +1427,8 @@ change_file_name[max_file_name_length-2]= '\0'; strncpy(change_file_name,_DEV_NULL,max_file_name_length-2); change_file_name[max_file_name_length-2]= '\0'; #endif +#line 484 "cwebdir/comm-w2c.ch" + #line 1168 "cwebdir/common.w" while(--argc> 0){ |