From d5f921342b33fcfa1f3abccbf62f2299e3864a5a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 9 Aug 2019 22:48:24 +0000 Subject: do not log \openout files for original (ini)tex git-svn-id: svn://tug.org/texlive/trunk@51852 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/lib/ChangeLog | 3 +++ Build/source/texk/web2c/lib/texmfmp.c | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/web2c/lib') diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog index 521081517f6..e2c07edff47 100644 --- a/Build/source/texk/web2c/lib/ChangeLog +++ b/Build/source/texk/web2c/lib/ChangeLog @@ -1,5 +1,8 @@ 2019-08-09 Karl Berry + * texmfmp.c (texmf_yesno): no longer static, since we call it + from tex.ch. + * texmfmp.c: doc fixes; most "fixme"s were nothing that we ever need to fix at this late date. diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c index 7a281d24760..6f704ab7ca1 100644 --- a/Build/source/texk/web2c/lib/texmfmp.c +++ b/Build/source/texk/web2c/lib/texmfmp.c @@ -709,8 +709,10 @@ static void parse_options (int, string *); /* Try to figure out if we have been given a filename. */ static string get_input_file_name (void); -/* Get a true/false value for a variable from texmf.cnf and the environment. */ -static boolean +/* Get a true/false value for a variable from texmf.cnf and the + environment. Not static because we call it from tex.ch. */ + +boolean texmf_yesno(const_string var) { string value = kpse_var_value (var); -- cgit v1.2.3