diff options
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ctwill-w2c.ch | 13 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/cweav-w2c.ch | 13 |
2 files changed, 12 insertions, 14 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch b/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch index 2dde67b3ee0..3622d769d5a 100644 --- a/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch @@ -292,13 +292,6 @@ char **av@t\2\2@>) /* argument values */ @z @x - argc=ac; argv=av; -@y - extern const char *use_language; /* prefix to \.{cwebmac.tex} in \TEX/ output */ - argc=ac; argv=av; -@z - -@x program=cweave; @y program=ctwill; @@ -3152,6 +3145,12 @@ static void skip_limbo(void);@/ static void squash(scrap_pointer,short,eight_bits,short,short);@/ static void update_node(name_pointer p);@/ +@* Language setting. This global variable is defined and set in \.{common} by +the `\.{+l}' (or `\.{-l}') commandline option. + +@<Global var...@>= +extern const char *use_language; /* prefix to \.{cwebmac.tex} in \TEX/ output */ + @* Output file update. Most \CEE/ projects are controlled by a \.{Makefile} that automatically takes care of the temporal dependecies between the different source modules. It is suitable that \.{CWEB} doesn't diff --git a/Build/source/texk/web2c/cwebdir/cweav-w2c.ch b/Build/source/texk/web2c/cwebdir/cweav-w2c.ch index bf52c91a45c..a7e4f84e060 100644 --- a/Build/source/texk/web2c/cwebdir/cweav-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/cweav-w2c.ch @@ -72,13 +72,6 @@ char **av@t\2\2@>) /* argument values */ @z @x - argc=ac; argv=av; -@y - extern const char *use_language; /* prefix to \.{cwebmac.tex} in \TEX/ output */ - argc=ac; argv=av; -@z - -@x make_xrefs=force_lines=make_pb=1; /* controlled by command-line options */ common_init(); @<Set initial values@>; @@ -1915,6 +1908,12 @@ static void skip_limbo(void);@/ static void squash(scrap_pointer,short,eight_bits,short,short);@/ static void update_node(name_pointer p);@/ +@* Language setting. This global variable is defined and set in \.{common} by +the `\.{+l}' (or `\.{-l}') commandline option. + +@<Global var...@>= +extern const char *use_language; /* prefix to \.{cwebmac.tex} in \TEX/ output */ + @* Output file update. Most \CEE/ projects are controlled by a \.{Makefile} that automatically takes care of the temporal dependecies between the different source modules. It is suitable that \.{CWEB} doesn't |