summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/progname.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-07 10:49:53 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-03-07 10:49:53 +0000
commitfa94e399e78544fb77abd60e1b0090b6248d6d1d (patch)
tree5d8bf807fbb359b43ef2a0144a4193a3f0778b5b /Build/source/texk/kpathsea/progname.h
parentca7b5c3464b1daa17a18ba5a512b36a11fd0561e (diff)
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
Diffstat (limited to 'Build/source/texk/kpathsea/progname.h')
-rw-r--r--Build/source/texk/kpathsea/progname.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/progname.h b/Build/source/texk/kpathsea/progname.h
index 9692b22ed4f..7b81fbd35d3 100644
--- a/Build/source/texk/kpathsea/progname.h
+++ b/Build/source/texk/kpathsea/progname.h
@@ -30,7 +30,7 @@ extern KPSEDLL string kpathsea_selfdir (kpathsea kpse, const_string argv0);
/* Set the first two variables above (if they're not predefined) to a copy
of ARGV0 and everything in ARGV0 after the last directory separator,
respectively. Set kpse_program_name to a copy of PROGNAME or the
- value of program_invocation_short_name if PROGNAME is NULL.
+ value of kpse_invocation_short_name if PROGNAME is NULL.
This function also determines the AUTO* variables. */
extern KPSEDLL void kpathsea_set_program_name (kpathsea kpse,