summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/lib.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-02-23 19:30:01 +0000
committerKarl Berry <karl@freefriends.org>2018-02-23 19:30:01 +0000
commitccc63194ce7813106830c8a8755c54d89de831b4 (patch)
tree91bcd69b2af066afda949eec2877e01bf9903a95 /Build/source/texk/kpathsea/lib.h
parent616554510f3c5def370ff9f2734796f304bdcbb0 (diff)
-min-crossrefs needs .aux removal; other doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@46719 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/lib.h')
-rw-r--r--Build/source/texk/kpathsea/lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/lib.h b/Build/source/texk/kpathsea/lib.h
index df380f654d6..9255834ce29 100644
--- a/Build/source/texk/kpathsea/lib.h
+++ b/Build/source/texk/kpathsea/lib.h
@@ -87,6 +87,7 @@ extern "C" {
#define WARNING4(str, e1, e2, e3, e4) \
START_WARNING (); fprintf (stderr, str, e1, e2, e3, e4); END_WARNING ()
+/* This requires an identifier `kpse' to be set up correctly. Sorry. */
#define LIB_START_FATAL() do { \
fprintf (stderr, "%s: fatal: ", kpse->invocation_name);