From 94b5972acb01d3c8f98c5c5b7d495aa030ef522f Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Wed, 29 May 2019 15:37:19 +0000 Subject: Rebuild boot modules after recent changes. git-svn-id: svn://tug.org/texlive/trunk@51259 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/ChangeLog | 4 ++ Build/source/texk/web2c/cwebboot.cin | 78 ++++++++++++++++++------------------ 2 files changed, 43 insertions(+), 39 deletions(-) (limited to 'Build/source') diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 82f7e6f745c..222f8d07456 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2019-05-29 Andreas Scherer + + * cwebboot.cin: Rebuild after recent changes. + 2019-05-23 Karl Berry * patgen.ch (trie_size), diff --git a/Build/source/texk/web2c/cwebboot.cin b/Build/source/texk/web2c/cwebboot.cin index 3d6cd7be7ea..733e7bf472c 100644 --- a/Build/source/texk/web2c/cwebboot.cin +++ b/Build/source/texk/web2c/cwebboot.cin @@ -17,21 +17,21 @@ #include /*:22*//*81:*/ -#line 1123 "cwebdir/comm-w2c.ch" +#line 1118 "cwebdir/comm-w2c.ch" #include #line 1417 "cwebdir/common.w" -#line 1130 "cwebdir/comm-w2c.ch" +#line 1125 "cwebdir/comm-w2c.ch" /*:81*//*85:*/ -#line 1169 "cwebdir/comm-w2c.ch" +#line 1164 "cwebdir/comm-w2c.ch" #include #include #include /*:85*//*88:*/ -#line 1211 "cwebdir/comm-w2c.ch" +#line 1206 "cwebdir/comm-w2c.ch" #ifndef HAVE_GETTEXT #define HAVE_GETTEXT 0 @@ -48,7 +48,7 @@ #endif /*:88*//*90:*/ -#line 1301 "cwebdir/comm-w2c.ch" +#line 1296 "cwebdir/comm-w2c.ch" typedef bool boolean; #define HAVE_BOOLEAN @@ -305,15 +305,15 @@ const char*use_language= ""; FILE*C_file; FILE*tex_file; FILE*idx_file; -#line 1056 "cwebdir/comm-w2c.ch" +#line 1051 "cwebdir/comm-w2c.ch" FILE*scn_file; FILE*check_file; -#line 1063 "cwebdir/comm-w2c.ch" +#line 1058 "cwebdir/comm-w2c.ch" FILE*active_file; char*found_filename; #line 1376 "cwebdir/common.w" -#line 1080 "cwebdir/comm-w2c.ch" +#line 1075 "cwebdir/comm-w2c.ch" /*:77*/ #line 61 "cwebdir/common.w" @@ -328,7 +328,7 @@ char change_buffer[buf_size]; char*change_limit; /*:11*//*86:*/ -#line 1185 "cwebdir/comm-w2c.ch" +#line 1180 "cwebdir/comm-w2c.ch" char cb_banner[max_banner]; string texmf_locale; @@ -400,7 +400,7 @@ static void scan_args(void); #line 1253 "cwebdir/common.w" /*:69*//*83:*/ -#line 1145 "cwebdir/comm-w2c.ch" +#line 1140 "cwebdir/comm-w2c.ch" boolean get_line(void); name_pointer id_lookup(const char*,const char*,char); @@ -413,7 +413,7 @@ void reset_input(void); void sprint_section_name(char*,name_pointer); /*:83*//*84:*/ -#line 1158 "cwebdir/comm-w2c.ch" +#line 1153 "cwebdir/comm-w2c.ch" static boolean input_ln(FILE*); static int web_strcmp(char*,int,char*,int); @@ -423,7 +423,7 @@ static void check_change(void); static void prime_the_change_buffer(void); /*:84*//*98:*/ -#line 1402 "cwebdir/comm-w2c.ch" +#line 1397 "cwebdir/comm-w2c.ch" static void cb_usage(const_string str); static void cb_usagehelp(const_string*message,const_string bug_email); @@ -463,7 +463,7 @@ root= NULL; #line 72 "cwebdir/comm-w2c.ch" /*91:*/ -#line 1316 "cwebdir/comm-w2c.ch" +#line 1311 "cwebdir/comm-w2c.ch" kpse_set_program_name(argv[0],"cweb"); @@ -471,7 +471,7 @@ kpse_set_program_name(argv[0],"cweb"); #line 73 "cwebdir/comm-w2c.ch" /*89:*/ -#line 1267 "cwebdir/comm-w2c.ch" +#line 1262 "cwebdir/comm-w2c.ch" setlocale(LC_MESSAGES,setlocale(LC_CTYPE,"")); texmf_locale= kpse_var_expand("${TEXMFLOCALEDIR}"); @@ -498,7 +498,7 @@ textdomain("cweb"); #line 75 "cwebdir/comm-w2c.ch" /*78:*/ -#line 1080 "cwebdir/comm-w2c.ch" +#line 1075 "cwebdir/comm-w2c.ch" scan_args(); if(program==ctangle){ @@ -1345,7 +1345,7 @@ puts(_("(That was a fatal error, my friend.)")); #line 774 "cwebdir/comm-w2c.ch" /*87:*/ -#line 1196 "cwebdir/comm-w2c.ch" +#line 1191 "cwebdir/comm-w2c.ch" if(C_file)fclose(C_file); if(tex_file)fclose(tex_file); @@ -1423,25 +1423,25 @@ strcpy(change_file_name,"/dev/null"); while(--argc> 0){ #line 1266 "cwebdir/common.w" if((**(++argv)=='-'||**argv=='+')&&*(*argv+1))/*74:*/ -#line 993 "cwebdir/comm-w2c.ch" +#line 988 "cwebdir/comm-w2c.ch" { if(strcmp("-help",*argv)==0||strcmp("--help",*argv)==0) /*94:*/ -#line 1341 "cwebdir/comm-w2c.ch" +#line 1336 "cwebdir/comm-w2c.ch" cb_usagehelp(program==ctangle?CTANGLEHELP: program==cweave?CWEAVEHELP:CTWILLHELP,NULL); /*:94*/ -#line 997 "cwebdir/comm-w2c.ch" +#line 992 "cwebdir/comm-w2c.ch" if(strcmp("-version",*argv)==0||strcmp("--version",*argv)==0) /*96:*/ -#line 1383 "cwebdir/comm-w2c.ch" +#line 1378 "cwebdir/comm-w2c.ch" printversionandexit(cb_banner, program==ctwill?"Donald E. Knuth":"Silvio Levy and Donald E. Knuth", @@ -1449,7 +1449,7 @@ NULL,NULL); /*:96*/ -#line 1000 "cwebdir/comm-w2c.ch" +#line 995 "cwebdir/comm-w2c.ch" if(strcmp("-verbose",*argv)==0||strcmp("--verbose",*argv)==0) @@ -1468,14 +1468,14 @@ if(*dot_pos=='d'){ if(sscanf(++dot_pos,"%u",&kpathsea_debug)!=1)/*75:*/ #line 1352 "cwebdir/common.w" -#line 1043 "cwebdir/comm-w2c.ch" +#line 1038 "cwebdir/comm-w2c.ch" cb_usage(program==ctangle?"ctangle":program==cweave?"cweave":"ctwill"); #line 1363 "cwebdir/common.w" -#line 1050 "cwebdir/comm-w2c.ch" +#line 1045 "cwebdir/comm-w2c.ch" /*:75*/ -#line 1015 "cwebdir/comm-w2c.ch" +#line 1010 "cwebdir/comm-w2c.ch" while(isdigit(*dot_pos))dot_pos++; dot_pos--; @@ -1484,7 +1484,7 @@ if(*dot_pos=='l'){ use_language= ++dot_pos; break; }else -#line 1028 "cwebdir/comm-w2c.ch" +#line 1023 "cwebdir/comm-w2c.ch" flags[(eight_bits)*dot_pos]= flag_change; #line 1350 "cwebdir/common.w" } @@ -1509,7 +1509,7 @@ if(!found_web)/*71:*/ { if(s-*argv> max_file_name_length-5) /*76:*/ -#line 1050 "cwebdir/comm-w2c.ch" +#line 1045 "cwebdir/comm-w2c.ch" fatal(_("! Filename too long\n"),*argv); #line 1365 "cwebdir/common.w" @@ -1538,12 +1538,12 @@ else if(!found_change)/*72:*/ #line 1310 "cwebdir/common.w" { -#line 968 "cwebdir/comm-w2c.ch" +#line 963 "cwebdir/comm-w2c.ch" if(strcmp(*argv,"-")!=0){ #line 1314 "cwebdir/common.w" if(s-*argv> max_file_name_length-4) /*76:*/ -#line 1050 "cwebdir/comm-w2c.ch" +#line 1045 "cwebdir/comm-w2c.ch" fatal(_("! Filename too long\n"),*argv); #line 1365 "cwebdir/common.w" @@ -1554,7 +1554,7 @@ fatal(_("! Filename too long\n"),*argv); if(dot_pos==NULL) sprintf(change_file_name,"%s.ch",*argv); else strcpy(change_file_name,*argv); -#line 975 "cwebdir/comm-w2c.ch" +#line 970 "cwebdir/comm-w2c.ch" } found_change= 1; #line 1321 "cwebdir/common.w" @@ -1569,7 +1569,7 @@ else if(!found_out)/*73:*/ { if(s-*argv> max_file_name_length-5) /*76:*/ -#line 1050 "cwebdir/comm-w2c.ch" +#line 1045 "cwebdir/comm-w2c.ch" fatal(_("! Filename too long\n"),*argv); #line 1365 "cwebdir/common.w" @@ -1585,7 +1585,7 @@ sprintf(C_file_name,"%s.c",*argv); }else{ strcpy(tex_file_name,*argv); strcpy(C_file_name,*argv); -#line 982 "cwebdir/comm-w2c.ch" +#line 977 "cwebdir/comm-w2c.ch" if(make_xrefs){ #line 1336 "cwebdir/common.w" *dot_pos= 0; @@ -1596,19 +1596,19 @@ sprintf(scn_file_name,"%s.scn",*argv); found_out= 1; } -#line 992 "cwebdir/comm-w2c.ch" +#line 987 "cwebdir/comm-w2c.ch" /*:73*/ #line 1277 "cwebdir/common.w" else/*75:*/ #line 1352 "cwebdir/common.w" -#line 1043 "cwebdir/comm-w2c.ch" +#line 1038 "cwebdir/comm-w2c.ch" cb_usage(program==ctangle?"ctangle":program==cweave?"cweave":"ctwill"); #line 1363 "cwebdir/common.w" -#line 1050 "cwebdir/comm-w2c.ch" +#line 1045 "cwebdir/comm-w2c.ch" /*:75*/ #line 1278 "cwebdir/common.w" ; @@ -1617,21 +1617,21 @@ else/*75:*/ if(!found_web)/*75:*/ #line 1352 "cwebdir/common.w" -#line 1043 "cwebdir/comm-w2c.ch" +#line 1038 "cwebdir/comm-w2c.ch" cb_usage(program==ctangle?"ctangle":program==cweave?"cweave":"ctwill"); #line 1363 "cwebdir/common.w" -#line 1050 "cwebdir/comm-w2c.ch" +#line 1045 "cwebdir/comm-w2c.ch" /*:75*/ #line 1281 "cwebdir/common.w" ; #line 1283 "cwebdir/common.w" } -#line 953 "cwebdir/comm-w2c.ch" +#line 950 "cwebdir/comm-w2c.ch" /*:70*//*95:*/ -#line 1349 "cwebdir/comm-w2c.ch" +#line 1344 "cwebdir/comm-w2c.ch" static void cb_usage(const_string str) { @@ -1664,7 +1664,7 @@ history= spotless;exit(wrap_up()); } /*:95*//*97:*/ -#line 1391 "cwebdir/comm-w2c.ch" +#line 1386 "cwebdir/comm-w2c.ch" void cb_show_banner(void) { -- cgit v1.2.3