diff options
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/uptexextra.c')
-rw-r--r-- | Build/source/texk/web2c/uptexdir/uptexextra.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/uptexdir/uptexextra.c b/Build/source/texk/web2c/uptexdir/uptexextra.c new file mode 100644 index 00000000000..055f1ae613a --- /dev/null +++ b/Build/source/texk/web2c/uptexdir/uptexextra.c @@ -0,0 +1,11 @@ +/* uptexextra.c: Hand-coded routines for upTeX. + + This file is public domain. */ + +#define EXTERN /* Instantiate data from uptexd.h here. */ + +/* This file defines TeX and upTeX. */ +#include <uptexd.h> + +/* Hand-coded routines for TeX or Metafont in C. */ +#include <lib/texmfmp.c> |