diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/progname.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/progname.h b/Build/source/texk/kpathsea/progname.h index b5e7af87103..9692b22ed4f 100644 --- a/Build/source/texk/kpathsea/progname.h +++ b/Build/source/texk/kpathsea/progname.h @@ -1,6 +1,6 @@ /* progname.h: Declarations for argv[0] equivalents. - Copyright 1994, 1996, 2008 Karl Berry. + Copyright 1994, 1996, 2008, 2010 Karl Berry. Copyright 1999, 2005 Olaf Weber. This library is free software; you can redistribute it and/or @@ -51,8 +51,7 @@ extern KPSEDLL void kpse_set_program_name (const_string argv0, #ifdef MAKE_KPSE_DLL /* libkpathsea internal only */ -/* DEPRECATED since 1998 -- To be removed in Version 6.0.0. - Set first two variables above (if they're not predefined) to a copy of +/* Set first two variables above (if they're not predefined) to a copy of ARGV0 and everything in ARGV0 after the last directory separator, respectively. kpse_program_name is _always_ set to a copy of everything in ARGV0 after the last directory separator. */ |