summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/lib/ChangeLog5
-rw-r--r--Build/source/texk/web2c/lib/lib.h2
-rw-r--r--Build/source/texk/web2c/lib/texmfmp.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog
index c48ba3651b1..01194d640c4 100644
--- a/Build/source/texk/web2c/lib/ChangeLog
+++ b/Build/source/texk/web2c/lib/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-25 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * lib.h:
+ * texmfmp.c: remove TEXDLL.
+
2010-04-21 Karl Berry <karl@tug.org>
* Makefile.am (EXTRA_DIST),
diff --git a/Build/source/texk/web2c/lib/lib.h b/Build/source/texk/web2c/lib/lib.h
index 42510ebc9cd..e9501dc9f66 100644
--- a/Build/source/texk/web2c/lib/lib.h
+++ b/Build/source/texk/web2c/lib/lib.h
@@ -31,7 +31,7 @@ extern void zinput3ints (integer *, integer *, integer *);
extern int argc;
extern string *argv;
extern string cmdline (int);
-extern TEXDLL void mainbody (void); /* generated by web2c */
+extern void mainbody (void); /* generated by web2c */
#endif
/* openclose.c */
diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c
index 315d7f48f76..3454c0575aa 100644
--- a/Build/source/texk/web2c/lib/texmfmp.c
+++ b/Build/source/texk/web2c/lib/texmfmp.c
@@ -549,7 +549,7 @@ const char *ptexbanner = BANNER;
/* The entry point: set up for reading the command line, which will
happen in `topenin', then call the main body. */
-void TEXDLL
+void
maininit (int ac, string *av)
{
string main_input_file;