summaryrefslogtreecommitdiff
path: root/Build/source/texk/seetexk/error.h
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2020-05-01 09:58:54 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2020-05-01 09:58:54 +0000
commit97ff25aeb623a0fc7dce536c946e59a4052fc588 (patch)
tree58f3e410424a68e5a9e99fcf9146ccc597d7c6ab /Build/source/texk/seetexk/error.h
parent22e024a12ca7fb8ceb660b3da19adbf7c9a26353 (diff)
seetexk: Add version number and bug report address in usage
git-svn-id: svn://tug.org/texlive/trunk@54957 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/seetexk/error.h')
-rw-r--r--Build/source/texk/seetexk/error.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Build/source/texk/seetexk/error.h b/Build/source/texk/seetexk/error.h
index e23be057ea6..a9b8f8cb865 100644
--- a/Build/source/texk/seetexk/error.h
+++ b/Build/source/texk/seetexk/error.h
@@ -30,8 +30,3 @@ void error(int quit, int e, const char *fmt, ...);
void panic(const char *fmt, ...);
void SetErrorTrap(void (*fn)(int quit, const char *text));
-
-#if defined(WIN32) && defined(KPATHSEA)
-#undef vfprintf
-#define vfprintf win32_vfprintf
-#endif