summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-05 17:36:00 +0000
committerKarl Berry <karl@freefriends.org>2010-04-05 17:36:00 +0000
commita6547e04dac75732d9214529034e690ad5c79143 (patch)
tree173db0a079441f485645fa020326d406c48170d0 /Build
parentf5cd7f829165520e59005fe851edbc92e8e1f950 (diff)
doc fix. don't see any overriding need to remove
kpse_set_progname. already caused useless extra work. git-svn-id: svn://tug.org/texlive/trunk@17716 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/progname.h5
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. */