diff options
Diffstat (limited to 'Build/source/texk/kpathsea/progname.h')
-rw-r--r-- | Build/source/texk/kpathsea/progname.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/progname.h b/Build/source/texk/kpathsea/progname.h index 438420fe1a9..b5e7af87103 100644 --- a/Build/source/texk/kpathsea/progname.h +++ b/Build/source/texk/kpathsea/progname.h @@ -49,7 +49,9 @@ extern KPSEDLL string kpse_selfdir (const_string argv0); extern KPSEDLL void kpse_set_program_name (const_string argv0, const_string progname); -/* DEPRECATED +#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 ARGV0 and everything in ARGV0 after the last directory separator, respectively. kpse_program_name is _always_ set to a copy of everything @@ -57,6 +59,8 @@ extern KPSEDLL void kpse_set_program_name (const_string argv0, extern KPSEDLL void kpse_set_progname (const_string argv0); -#endif +#endif /* MAKE_KPSE_DLL */ + +#endif /* KPSE_COMPAT_API */ #endif /* not KPATHSEA_PROGNAME_H */ |