From fa94e399e78544fb77abd60e1b0090b6248d6d1d Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 7 Mar 2011 10:49:53 +0000 Subject: Rename program_invocation_*name => kpse_invocation_*name (1) to avoid conflict with /usr/include/sys/error.h from Cygwin, and (2) to indicate that these are not the variables from glibc. git-svn-id: svn://tug.org/texlive/trunk@21624 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/bibtexu/ChangeLog | 5 +++++ Build/source/texk/bibtexu/utils.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/bibtexu') diff --git a/Build/source/texk/bibtexu/ChangeLog b/Build/source/texk/bibtexu/ChangeLog index 3dc516d9b07..62e5b2cf769 100644 --- a/Build/source/texk/bibtexu/ChangeLog +++ b/Build/source/texk/bibtexu/ChangeLog @@ -1,3 +1,8 @@ +2011-03-07 Peter Breitenlohner + + * utils.c (setup_bound_variable): `program_invocation_name' has + been renamed into `kpse_invocation_name'. + 2010-10-04 Peter Breitenlohner * tests/bibtexu.test (new): Just 'bibtexu -version'. diff --git a/Build/source/texk/bibtexu/utils.c b/Build/source/texk/bibtexu/utils.c index b6f9fffc455..6d27809fefa 100644 --- a/Build/source/texk/bibtexu/utils.c +++ b/Build/source/texk/bibtexu/utils.c @@ -1261,7 +1261,7 @@ static void setup_bound_variable (Integer_T *var, const char *name, { #ifdef KPATHSEA char *expansion = kpse_var_value (name); - const char *me = program_invocation_name; + const char *me = kpse_invocation_name; const char *src = " or texmf.cnf"; #else char *expansion = getenv (name); -- cgit v1.2.3