From a7a1259349d2a9c910a35a7422be524c62a24402 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sun, 25 Apr 2010 14:39:50 +0000 Subject: remove TEXDLL. git-svn-id: svn://tug.org/texlive/trunk@17988 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/lib/ChangeLog | 5 +++++ Build/source/texk/web2c/lib/lib.h | 2 +- Build/source/texk/web2c/lib/texmfmp.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/web2c/lib') 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 + + * lib.h: + * texmfmp.c: remove TEXDLL. + 2010-04-21 Karl Berry * 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; -- cgit v1.2.3