summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2010-04-25 14:50:36 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2010-04-25 14:50:36 +0000
commit10635b305de0e8c1aa96a5bb1747e285a654baaa (patch)
treec7d0f6c98ec4c7cdd87e5113ea49c8efa25a949b /Build
parenta7a1259349d2a9c910a35a7422be524c62a24402 (diff)
remove TEXDLL.
git-svn-id: svn://tug.org/texlive/trunk@17989 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/ChangeLog11
-rw-r--r--Build/source/texk/web2c/texmfmp.h2
2 files changed, 9 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 8fce04bcc29..c2e862388f4 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-25 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * texmfmp.h: remove TEXDLL.
+ * config.h: still there is TEXDLL for safety.
+
2010-04-22 Peter Breitenlohner <peb@mppmu.mpg.de>
* pltotf.ch, vptovf.ch: Bug fix, from ptexdir/ppltotf.ch by
@@ -936,7 +941,7 @@
* doc/web2c.texi (gftodvi invocation): talk a bit more about slant
fonts, pursuant to DEK's message to tex-k of 10 Jul 2005 18:38:11.
-2007-12-19 Martin Schröder <martin@oneiros.de>
+2007-12-19 Martin Schr er <martin@oneiros.de>
* tex.ch (ssup_max_strings): increase to 2097151
(sup_main_memory): increase to 256000000
@@ -1862,7 +1867,7 @@
* tex.ch: Initialize source_filename_stack[0],
full_source_filename_stack[0] -- these can be read under some
- circumstances. Found by Krank Küster <frank@kuesterei.ch>.
+ circumstances. Found by Krank Kter <frank@kuesterei.ch>.
* tex.ch: Correct printing of |src_specials| when weaving.
@@ -2717,7 +2722,7 @@
* dvitomp.ch: A checksum failure should result in a warning, but
not in a non-zero return code. This was done correctly in one
- location, wrong in another. Reported by Berthold Höllmann.
+ location, wrong in another. Reported by Berthold H lmann.
1999-05-30 Olaf Weber <olaf@infovore.xs4all.nl>
diff --git a/Build/source/texk/web2c/texmfmp.h b/Build/source/texk/web2c/texmfmp.h
index 9a225417dc8..0dfdb8f42ad 100644
--- a/Build/source/texk/web2c/texmfmp.h
+++ b/Build/source/texk/web2c/texmfmp.h
@@ -116,7 +116,7 @@ extern int shell_cmd_is_allowed (const char *cmd, char **safecmd, char **cmdname
extern int runsystem (const char *cmd);
/* The entry point. */
-extern void TEXDLL maininit (int ac, string *av);
+extern void maininit (int ac, string *av);
/* All but the Omega family use this. */
#if !defined(Aleph)