summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-05 21:45:10 +0000
committerKarl Berry <karl@freefriends.org>2008-05-05 21:45:10 +0000
commit70e722e594f0b4c5b33cb3e5aab196f9ccba6529 (patch)
tree8b9dfb851c64ea999465cdf22166fbb79b627975 /Build
parent210b2ad0e255c3439cc889cf45cfe28cc908416c (diff)
define recorder variables
git-svn-id: svn://tug.org/texlive/trunk@7879 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog1
-rw-r--r--Build/source/texk/kpathsea/cnf.c4
2 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index e8d435d5b49..d0b3081258d 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,6 +1,7 @@
2008-05-05 Karl Berry <karl@tug.org>
* recorder.h: declare our fn variables extern as they should be.
+ * cnf.c: make the definitions here.
2008-05-04 Karl Berry <karl@tug.org>
diff --git a/Build/source/texk/kpathsea/cnf.c b/Build/source/texk/kpathsea/cnf.c
index 4ac5451fd8c..c0555b06d70 100644
--- a/Build/source/texk/kpathsea/cnf.c
+++ b/Build/source/texk/kpathsea/cnf.c
@@ -31,6 +31,10 @@
#include <kpathsea/tex-file.h>
#include <kpathsea/variable.h>
+/* Declared in recorder.h, used in fontmap.c, web2c/lib/texmfmp.c. */
+void (*kpse_record_input) (const_string);
+void (*kpse_record_output) (const_string);
+
/* By using our own hash table, instead of the environment, we
complicate variable expansion (because we have to look in two
places), but we don't bang so much on the system. DOS and System V