summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-08-19 06:56:06 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-08-19 06:56:06 +0000
commite2ec7338df75a2667046f0793efc2d7caa43d46c (patch)
tree69f7dca110036f90c31e98a670f115b02cc0a813 /Build/source/texk/web2c/lib
parent65e9eb637847830eb5b3ee03835ffddc980d0da6 (diff)
texk/web2c: Minor modification (drop unused)
git-svn-id: svn://tug.org/texlive/trunk@38156 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/lib')
-rw-r--r--Build/source/texk/web2c/lib/ChangeLog8
-rw-r--r--Build/source/texk/web2c/lib/texmfmp.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog
index cbebfb2ef62..4215b00ff60 100644
--- a/Build/source/texk/web2c/lib/ChangeLog
+++ b/Build/source/texk/web2c/lib/ChangeLog
@@ -1,3 +1,11 @@
+2015-08-19 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * texmfmp.c: Another minor modification (unused static).
+
+2015-08-18 The Thanh Han <hanthethanh@gmail.com>
+
+ * texmfmp.c: Patch from Maria with some minor modification.
+
2015-07-09 Akira Kakuto <kakuto@fuk.kinidai.ac.jp>
* texmfmp.c: Add \pdfmdfivesum to XeTeX.
diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c
index f646d362260..8d9f6422182 100644
--- a/Build/source/texk/web2c/lib/texmfmp.c
+++ b/Build/source/texk/web2c/lib/texmfmp.c
@@ -2888,8 +2888,8 @@ void pdftex_fail(const char *fmt, ...)
}
#endif /* not pdfTeX */
-static boolean start_time_set = false;
#if !defined(XeTeX)
+static boolean start_time_set = false;
static time_t start_time = 0;
#define TIME_STR_SIZE 30
char start_time_str[TIME_STR_SIZE];