summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ctangleboot.cin
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-04-11 15:57:15 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-04-11 15:57:15 +0000
commitd18e7b8da9786016b16a8024e05eb7f0925823c5 (patch)
treeb5ea52b1a529e94c78584cbfca92a61b4a4a9ad1 /Build/source/texk/web2c/ctangleboot.cin
parent2b236210d6f17c81e3c1adfcd4a3864bfd4a9d2c (diff)
Externalize common variables.
Four variables from 'common.h' are made 'extern' by moving them to 'common.w' (via 'comm-w2c.ch' and 'comm-w2c.h'). git-svn-id: svn://tug.org/texlive/trunk@54649 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ctangleboot.cin')
-rw-r--r--Build/source/texk/web2c/ctangleboot.cin10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/ctangleboot.cin b/Build/source/texk/web2c/ctangleboot.cin
index 83f928c8e12..2f5eb33da90 100644
--- a/Build/source/texk/web2c/ctangleboot.cin
+++ b/Build/source/texk/web2c/ctangleboot.cin
@@ -176,10 +176,10 @@ extern int phase;
/*:5*//*7:*/
#line 79 "cwebdir/comm-w2c.h"
-char section_text[longest_name+1];
-char*section_text_end= section_text+longest_name;
-char*id_first;
-char*id_loc;
+extern char section_text[];
+extern char*section_text_end;
+extern char*id_first;
+extern char*id_loc;
/*:7*//*8:*/
#line 94 "cwebdir/comm-w2c.h"
@@ -832,7 +832,7 @@ if((C_file= fopen(output_file_name,"r"))!=NULL){
#line 779 "cwebdir/ctang-w2c.ch"
char x[BUFSIZ],y[BUFSIZ];
-int x_size,y_size,comparison;
+int x_size,y_size,comparison= false;
if((check_file= fopen(check_file_name,"r"))==NULL)
fatal(_("! Cannot open output file "),check_file_name);