diff options
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/uptexextra.c')
-rw-r--r-- | Build/source/texk/web2c/uptexdir/uptexextra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/uptexdir/uptexextra.c b/Build/source/texk/web2c/uptexdir/uptexextra.c index bd66abc7bdd..40bd527d19b 100644 --- a/Build/source/texk/web2c/uptexdir/uptexextra.c +++ b/Build/source/texk/web2c/uptexdir/uptexextra.c @@ -3,10 +3,10 @@ This file is public domain. */ #define EXTERN /* Instantiate data from uptexd.h here. */ +#define DLLPROC dlluptexmain /* This file defines TeX and upTeX. */ #include <uptexd.h> /* Hand-coded routines for TeX or Metafont in C. */ -#define DLLPROC dlluptexmain #include <lib/texmfmp.c> |