diff options
Diffstat (limited to 'Build/source/texk/web2c/eptexdir')
-rw-r--r-- | Build/source/texk/web2c/eptexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/eptexdir/eptexextra.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/eptexdir/ChangeLog b/Build/source/texk/web2c/eptexdir/ChangeLog index 57f5e82cda0..e910461da6f 100644 --- a/Build/source/texk/web2c/eptexdir/ChangeLog +++ b/Build/source/texk/web2c/eptexdir/ChangeLog @@ -1,3 +1,7 @@ +2012-07-15 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * eptexextra.c: Must #define DLLPROC before reading eptexd.h. + 2012-06-30 Peter Breitenlohner <peb@mppmu.mpg.de> * eptexextra.c [W32TeX]: #define DLLPROC for eptex.dll. diff --git a/Build/source/texk/web2c/eptexdir/eptexextra.c b/Build/source/texk/web2c/eptexdir/eptexextra.c index 1613372df7a..c60bb42922a 100644 --- a/Build/source/texk/web2c/eptexdir/eptexextra.c +++ b/Build/source/texk/web2c/eptexdir/eptexextra.c @@ -3,10 +3,10 @@ This file is public domain. */ #define EXTERN /* Instantiate data from eptexd.h here. */ +#define DLLPROC dlleptexmain /* This file defines TeX and epTeX. */ #include <eptexd.h> /* Hand-coded routines for TeX or Metafont in C. */ -#define DLLPROC dlleptexmain #include <lib/texmfmp.c> |